Viewing 15 posts - 76 through 90 (of 104 total)
you should do both rebuild index and update stats.
also follow the same order.
August 26, 2009 at 11:51 am
DBCC FREEPROCCACHE...just to flush out old query plans
August 26, 2009 at 10:40 am
1) Rebuild Index
2) Update Statistics with Full Scan
3) DBCC UPDATEUSAGE
4) Fix Orphaned Users
August 26, 2009 at 10:38 am
Have you installed SP3 on both the nodes?
August 21, 2009 at 10:37 am
check the backup file again.If it has .BKP extension then it can only be restored with Litespeed.
March 5, 2009 at 11:04 am
if its litespeed backup it will have a extension .BKP
I dont think its Litespeed backup.
March 5, 2009 at 10:57 am
after you rebuild index and update statistics(with full scan) go with DBCC FREEPROCCACHE,this will clear the cache plan.
March 5, 2009 at 9:33 am
SQL SERVER 2005 - Administrator`s Companion
very good book to begin with.
March 5, 2009 at 8:10 am
I will go for DBArtisan - its from Embarcadero
check this link for more info
http://www.sql-server-performance.com/software/review/dbartisan_p1.aspx
February 16, 2009 at 9:24 am
Thanks Lowell....This will be useful for me.
February 7, 2009 at 12:57 pm
DB Artisan - Embarcadero
SQL Diagnostic Manager - Idera
January 30, 2009 at 9:50 am
Windows Explorer --> tools --> Map Network Drive --> //server IP/drive letter$/
January 29, 2009 at 7:08 pm
Viewing 15 posts - 76 through 90 (of 104 total)