Viewing 15 posts - 61 through 75 (of 144 total)
Then which values are best used for comparing queries?
SET STATISTICS IO ON & SET STATISTICS TIME ON?
Using IF statements also seems to generate 1 plan. Is this what you wish...
May 7, 2013 at 2:28 am
Thanks for your input guys.
@Grant,
In our case we are using an indexed view only so that we can replicate it to the products table in another database. If...
May 7, 2013 at 1:59 am
Hi,
Thanks for the explaination.
So I don't need to worry about a big performance hit?
Just need to remove the extra WHEN THEN ELSEs when tuning so that the results are more...
May 6, 2013 at 6:58 am
Thanks Mark !! Works a charm!
March 15, 2013 at 1:22 am
Take a look at this : http://support.microsoft.com/kb/960791
November 30, 2012 at 8:57 am
November 30, 2012 at 8:47 am
Get yourself a test server running SQL 2008 R2.
Try out all the possible ways of doing this.
Detach / Attach (make a copy if needed), SSIS, backup / restore.
Script the one...
November 30, 2012 at 8:42 am
Sorry don't think I can help you. Don't know what this [dbo].[udtYesNo] is about.
November 30, 2012 at 8:35 am
What is Task Manager telling you?
Is all your hardware functioning properly?
Check out Gail Shaw's article on finding performance issues.
November 30, 2012 at 8:16 am
Paul White's blog series will pretty much any question you could ever think of on this.
http://www.sqlservercentral.com/articles/SQL+Server+2008/71019/
November 30, 2012 at 8:04 am
Go on then, post the helpful data.
November 30, 2012 at 7:53 am
I made the same insightful example.
Found some helpful info to correct my mind set. Also found out you can you unique constraint to reference FKs. Don't know that either. This...
November 30, 2012 at 7:41 am
Small and contiguous are considerations for the clustered index. PK != clustered index.
The primary key is a logical database design decision, it is a column or set of columns that...
November 29, 2012 at 8:58 am
Viewing 15 posts - 61 through 75 (of 144 total)