1
SQL Server / What is disadvantages of function in where clause of sql query?
« on: October 10, 2012, 04:02:54 PM »
SQL Server will not be able to use any index there may be on your date column.
This can kill performance on a large table
This can kill performance on a large table