Warning: session_start() expects parameter 1 to be array, string given in /home/sqlthoug/public_html/blog/wp-includes/class-wp-hook.php on line 341

Warning: Cannot modify header information - headers already sent by (output started at /home/sqlthoug/public_html/blog/wp-includes/class-wp-hook.php:341) in /home/sqlthoug/public_html/blog/wp-includes/feed-rss2-comments.php on line 8
Comments on: Deterministic Functions in SQL http://blog.sqlthoughts.com/2014/04/12/deterministic-functions-in-sql/ sqlthoughts.com Fri, 25 Jul 2014 13:31:13 +0000 hourly 1 https://wordpress.org/?v=6.9.4 By: SQL Thoughts | SQL Server, T-SQL, Performance Tuning, Optimization http://blog.sqlthoughts.com/2014/04/12/deterministic-functions-in-sql/#comment-99 Fri, 25 Jul 2014 13:31:13 +0000 http://blog.sqlthoughts.com/?p=851#comment-99 […] GetDate() and GetUTCDate() are non-deterministic functions and there are limitation around indexing the columns using there functions. Have a look at BOL as […]

]]>