Link to home
Create AccountLog in
Avatar of Frans_Truyens
Frans_TruyensFlag for Belgium

asked on

Upgrade MS SQL Server 2000 to 2008


I have a 32 bit MS SQL Server 2000 datase. But now they are going to upgrade the server to version 2008 which is 64 bit. How do I do that?
Avatar of Rikin Shah
Rikin Shah
Flag of India image

You can backup databases and restore on the new instance (and check the compatibility issues).
Avatar of Frans_Truyens

ASKER

I only want to upgrade the database itself. MS SQL Server 2008 R2 will be installed on a fresh installation of MS Windows Server 2008 R2. I have to copy the data only  from the old, 2003, server to the new one.
you should backup your DB first and also the master DB , backup your logins if you r using Sql Authentication
ASKER CERTIFIED SOLUTION
Avatar of Asim Nazir
Asim Nazir
Flag of Pakistan image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Hi asimnazir123
I once upgraded from MS SQL Server 2005 to 2008. And the only thing I had to do was re attaching the database to the new SQL Server. Is that the same procedure for 2000 to 2008?
Ok. It can work. I am attaching a short guide/knowledge base for your reference. Go through it and it will be helpful for you.

SQL-2000-to-2008-Upgrade-strateg.docx

Asim
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Thanks that solved my problem