Comments
Sort by recent activity
UPDATE 2 (9.1.12, VS 2017 only) Looks like any field name not in PascalCase is converting to lowercase in CREATE NONCLUSTERED COLUMNSTORE INDEX statement. Examples Case is changed to lowercase( but it should not ): Id => id, Name => name, Memo => memo, Hostname => hostname Case is unchanged(as expected): SourceIp => SourceIp, HostName => HostName / comments
UPDATE 2 (9.1.12, VS 2017 only)Looks like any field name not in PascalCase is converting to lowercase in CREATE NONCLUSTERED COLUMNSTORE INDEX statement.Examples Case is changed to lowercase( but i...
UPDATE 1 Same undesirable behavior is applicable to EventId column name. / comments
UPDATE 1Same undesirable behavior is applicable to EventId column name.
Confirmed on 9.1.12 - this issue still occurring. / comments
Confirmed on 9.1.12 - this issue still occurring.