Viewing 7 posts - 1 through 7 (of 7 total)
I agree, that is always something to watch for, as using a function on a column in the where or join clause will usually cause a scan plan. In...
February 24, 2014 at 7:03 am
I too am not a fan of the NextDay column. In this age of the DATE data type, why not convert SaleDate to DATE and equate it to the...
February 21, 2014 at 4:55 pm
The posts from peter-757102 and Sean Lange say it all. In a nutshell, this approach will almost always cause index/table scans. Not an issue for a small data...
April 18, 2013 at 7:46 am
Very good Grant. Thank you for the reply.
February 1, 2011 at 8:21 am
Hello,
Thanks for a great article.
I have a very intermittent problem, occurs only two or three times a month. Would there be any issues with running a server side trace...
February 1, 2011 at 2:45 am
From Books Online
To pause and resume the default instance of SQL Server
From a command prompt, enter either:
net pause mssqlserver
-or-
net continue mssqlserver
An instance of Microsoft® SQL Server™ can be...
March 6, 2006 at 8:05 am
Viewing 7 posts - 1 through 7 (of 7 total)