April 27, 2004 at 5:03 am
Hi,
One of the database(13GB) have been attached to SQL2K from SQL7 and observed that poor perf. (quries/SP) on SQL2K.
attached the DB with : sp_attach_db
Updated the stats with sp_updatestats
Pl. suggest ASAP.
Thanks in advance
Sekhar
April 27, 2004 at 11:19 am
Have you recompiled anything? Perhaps reindex? Is this sp performance or query or both?
April 27, 2004 at 2:02 pm
When reindexing put your recovery model to bulk-logged or your log will grow by the size of the rebuild data..
But don't let this discourage you, you will find perfomance gain by dbcc-reindexing your tables. (never say never - always say maybe)
Since you are in a migration, IMO it's better to do it right away or your user will smash you with performance-issues which may not have occured in the first place
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply