Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Slower Restored Database

Status
Not open for further replies.

mwardle

Programmer
Feb 11, 2002
30
0
0
GB
After restoring a database under a different name to use for testing, it seems to run considerably slower than the original. A number of stored procedures that analyse the data contained therein run take between 2 to 10 times longer in the restored database than they do in the current database. Why is this? Is it fixable? The restored database is what the current one was only a few hours before.
 
Auto Update Statistics is on. I just tried DBCC ReIndex on the main index used by the sp, and it seems to be back to speed, indeed slightly faster than the original. Cheers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top