dbTalk Databases Forums  

Upgrade SS2000 to SS2005

microsoft.public.sqlserver.setup microsoft.public.sqlserver.setup


Discuss Upgrade SS2000 to SS2005 in the microsoft.public.sqlserver.setup forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
bob123
 
Posts: n/a

Default Upgrade SS2000 to SS2005 - 02-09-2010 , 02:38 PM






Hi,

I am a beginer in SQL Server.
I have to migrate SS2000 to SS2500
what is the best path ?
- installation SS2005

- upgrade ?
- detache/attach ?
- backup ?

Can I desinstall SS2000 after upgrade ?
pitfalls ?
Thanks in advance

Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: Upgrade SS2000 to SS2005 - 02-09-2010 , 04:57 PM






bob123 (bob123 (AT) gmail (DOT) com) writes:
Quote:
I am a beginer in SQL Server.
I have to migrate SS2000 to SS2500
what is the best path ?
- installation SS2005

- upgrade ?
- detache/attach ?
- backup ?

Can I desinstall SS2000 after upgrade ?
pitfalls ?
What is the context? Is this a production system? Or is it just your
development workstation? If it is a production system, what kind of
applications do you have? In-house apps? Third-party applications?

What features do you use? Replication? DTS? Cluster? Agent?

Personally I prefer to make a new installation and move databases with
BACKUP/RESTORE. But if it is a production machine that you don't intend
to replace, this is a bit problematic, as you would have to install
SQL 2005 as a new instance, which means that all connection strings
and similar that points to the server has to be updated. In that case,
an inplace upgrade may be a better choice. An inplace upgrade also saves
you the hassle to migrate logins and jobs.

Pitfalls?
o Have you verified that the applications support SQL 2005 at all?
o There is a checking tool of which the name escapes me now, but
which can checks for compatibility issues.
o Beware that databases are in compatibility mode 80 after the
upgrade (no matter the method). Youl will need 90 to use all new
features in SQL 2005.
o If you do an inplace upgrade, stop SQL Server and take a complete
Windows backup of the machine. And backup your databases the SQL
way too.




--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx

Reply With Quote
  #3  
Old   
bob123
 
Posts: n/a

Default Re: Upgrade SS2000 to SS2005 - 02-16-2010 , 03:03 PM



OK thanks

"Erland Sommarskog" <esquel (AT) sommarskog (DOT) se> a écrit dans le message de news:
Xns9D1AF3A7EC634Yazorman (AT) 127 (DOT) 0.0.1...
Quote:
bob123 (bob123 (AT) gmail (DOT) com) writes:
I am a beginer in SQL Server.
I have to migrate SS2000 to SS2500
what is the best path ?
- installation SS2005

- upgrade ?
- detache/attach ?
- backup ?

Can I desinstall SS2000 after upgrade ?
pitfalls ?

What is the context? Is this a production system? Or is it just your
development workstation? If it is a production system, what kind of
applications do you have? In-house apps? Third-party applications?

What features do you use? Replication? DTS? Cluster? Agent?

Personally I prefer to make a new installation and move databases with
BACKUP/RESTORE. But if it is a production machine that you don't intend
to replace, this is a bit problematic, as you would have to install
SQL 2005 as a new instance, which means that all connection strings
and similar that points to the server has to be updated. In that case,
an inplace upgrade may be a better choice. An inplace upgrade also saves
you the hassle to migrate logins and jobs.

Pitfalls?
o Have you verified that the applications support SQL 2005 at all?
o There is a checking tool of which the name escapes me now, but
which can checks for compatibility issues.
o Beware that databases are in compatibility mode 80 after the
upgrade (no matter the method). Youl will need 90 to use all new
features in SQL 2005.
o If you do an inplace upgrade, stop SQL Server and take a complete
Windows backup of the machine. And backup your databases the SQL
way too.




--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000:
http://www.microsoft.com/sql/prodinf...ons/books.mspx

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.