tigertoolbox
tigertoolbox copied to clipboard
The definition of @ColumnStoreGetIXSQL is problematic on a case-sensitive databases - @minPageCount_In
The definition of @ColumnStoreGetIXSQL is problematic on case-sensitive databases.
In SQL, its definition is listed as @minPageCount_In.
On the other hand, In @ColumnStoreGetIXSQL_Param, here is minPageCount is listed as @minPageCount_in int.
It is a subtle error, but @minPageCount_In is not always the same as @minPageCount_in.