August 6, 2009 at 1:41 pm
Is there any known Issue of moving SQL2000 DB files to SQL2008 ?!
We currently have SQL2000 and will be upgrading to a dedicated SQL2008 server soon to accommodate the growth and load.
Thanks
lee
August 6, 2009 at 2:20 pm
Yes, there are quite a few known issues that you could run into. I would recommend running the Upgrade Advisor on your 2000 database before attempting to upgrade.
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
August 6, 2009 at 2:45 pm
Thanks
August 6, 2009 at 8:23 pm
I'd also recommend doing several tests on a separate box until you get it right. 😉 Once you get it right, schedule an outage so no one can change or insert any data, do the upgrade one more time on the test box, disable the original box, enable the test box as the "new" server, and then do your sanity checks.
In other words, I do NOT recommend an inplace migration on the original box.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 17, 2009 at 4:59 am
I'd recommend following;
1. Perform side-by-side upgrade.
2. run upgrade advisor.
3. DTS is depricated feature so you have an option to upgrade it to SSIS or download compatibility pack from microsoft to keep using your DTS on SQL 2000.
4. xp_sendmail didn't work so i had to configure dbmail.
5. Please note that once you have changed compatibility level from 8 to 10 you'll not be able to go back. so test, test and test....
Can think of above things from my experience.
Hope this helps.
Vivek
Vivek Shukla - MCTS SQL Server 2008
August 17, 2009 at 8:57 am
great , will keep that in mind .. now when you say upgrade advisor that would be the version that comes with sql2008 correct ?
thanks
August 17, 2009 at 9:33 am
Yes, use the SQL Server 2008 version
August 17, 2009 at 9:43 am
yap.
Vivek Shukla - MCTS SQL Server 2008
August 17, 2009 at 9:55 am
got it . I will start with this and go from there .
lee
August 17, 2009 at 12:27 pm
also, have a look at the following. Its quite comprehensive.
http://www.sqlservercentral.com/articles/Upgrade/65872/
Good luck!
Vivek
Vivek Shukla - MCTS SQL Server 2008
August 18, 2009 at 6:53 am
Also, have a look at best practices for partition alignment. Server 2008 has special need.
http://msdn.microsoft.com/en-us/library/dd758814.aspx
Vivek Shukla - MCTS SQL Server 2008
August 18, 2009 at 7:57 am
will do , appreciate the help guys.
p.s. i'm still a grasshopper 😀
lee
August 18, 2009 at 8:57 am
we all are to the certain extent 🙂
Vivek Shukla - MCTS SQL Server 2008
Viewing 13 posts - 1 through 12 (of 12 total)
You must be logged in to reply to this topic. Login to reply