Viewing 15 posts - 46 through 60 (of 566 total)
You might find the following articles/whitepapers useful -
Analysis Services Query Performance Top 10 Best Practices
Top 10 SQL Server 2005 Performance Issues for Data Warehouse and Reporting Applications
January 27, 2010 at 11:44 am
sqlquery-101401 (1/26/2010)
I am also looking for correct script , could you please post it?
PM me offline w/ your e-mail and I'll send it - the WYSWYG editor on SSC appears...
January 26, 2010 at 10:32 am
gk-411903 (1/25/2010)
(SELECT @@ServerName AS ServerName, ...
...
...
WHERE DATEADD(SECOND,X.checkrun,A.next_run) < GETDATE()
...
January 25, 2010 at 6:19 pm
sqlquery-101401 (1/24/2010)
January 25, 2010 at 9:41 am
Suresh B. (1/25/2010)
Congratulations 🙂
Thank you Suresh
January 25, 2010 at 8:29 am
I believe this is available as part of the SQL Native Client x64 package -
December 17, 2009 at 7:42 am
Refer to Modifying Data Through a View in BOL -
December 17, 2009 at 7:26 am
luckysql.kinda (12/15/2009)
Could we use 2005 as the witness when we have 2008 as other partners of the quorum?
You can use 2005 as a witness -
December 16, 2009 at 12:28 pm
cathy.baker (12/16/2009)
December 16, 2009 at 8:00 am
For the archival or removal of old data, horizontal partitioning w/ a sliding window should be considered as well -
December 16, 2009 at 7:57 am
suvorav (12/16/2009)
The target of a MERGE statement cannot be a remote table, a remote view, or a view over remote tables.
Correct. If your looking to use a remote table as...
December 16, 2009 at 7:23 am
mulle-78 (12/16/2009)
and if I forget to delete a datafile with an aborted " DBCC SHRINKFILE (PTODATA03, EMPTYFILE)" command, the existing pages will be used by the DB, but...
December 16, 2009 at 7:17 am
mulle-78 (12/16/2009)
Hi Tommy,sry, but in the blog I can't find the info, what I have to do, if the task aborts...
In short, you can safely stop and restart an...
December 16, 2009 at 6:58 am
khau tinh (12/15/2009)
I was usinghttp://servername/reportserver but it doesn't give you the home folder. Are there any works around?
Thanks.
Refer to this thread w/ Jonathan Kehayias and Prash Shirolkar -...
December 15, 2009 at 2:31 pm
Viewing 15 posts - 46 through 60 (of 566 total)