microsoft / tigertoolbox

Toolbox repository for Tiger team
http://aka.ms/sqlserverteam
Other
1.48k stars 740 forks source link

The definition of @ColumnStoreGetIXSQL is problematic on a case-sensitive databases - @minPageCount_In #199

Open DanielAdeniji opened 4 years ago

DanielAdeniji commented 4 years ago

The definition of @ColumnStoreGetIXSQL is problematic on case-sensitive databases.

In SQL, its definition is listed as @minPageCount_In.

On the other hand, In @ColumnStoreGetIXSQLParam, here is minPageCount is listed as @minPageCountin int.

It is a subtle error, but @minPageCountIn is not always the same as @minPageCountin.