February 7, 2012 at 4:23 am
friends,
If any problems when restore sql 2000 db in sql 2005
and
Please explain the issues faced when we upgrade sql 2000 db to sql 2005
February 7, 2012 at 4:57 am
No issues AFAIK.
Keep in mind this is a one-way path: you will not be able to restore the database in SQL 2000 from a backup set taken in SQL 2005.
Hope this helps
Gianluca
-- Gianluca Sartori
February 7, 2012 at 5:33 am
I suggest you read the following before upgrading.
http://msdn.microsoft.com/en-us/library/ms144267(v=sql.90).aspx
And understand the effect of the upgraded database by reading about the compatability mode at:
February 7, 2012 at 5:38 am
Nope, not a single issue at all. Great way to do the upgrade. I've done... oh, a whole bunch that way.
However, you should run the Upgrade Advisor first because there are things that can create problems for you. Find them out before hand.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
February 7, 2012 at 6:28 am
ssa2010 (2/7/2012)
friends,If any problems when restore sql 2000 db in sql 2005
and
Please explain the issues faced when we upgrade sql 2000 db to sql 2005
No issues apart from maybe the compatability level. After the upgrade upgrade has completed, ensure you run
DBCC UPDATEUSAGE
and
DBCC CHECKDB() WITH ALL_ERRORMSGS, NO_INFOMSGS, DATA_PURITY
You'll also want to check the indexes and stats are up to date too.
After this you can then sort out any orphan users
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply