SQL ,migration or export ?

Please support our MS SQL advertiser: Intel Parallel Studio Home
Reply

Join Date: Jan 2009
Posts: 3
Reputation: eddysonys is an unknown quantity at this point 
Solved Threads: 0
eddysonys eddysonys is offline Offline
Newbie Poster

SQL ,migration or export ?

 
0
  #1
Jan 16th, 2009
Hi everybody,
I've got a big pb, and I need help.....
I have to use MS SQL Server 2005 SP2 Enterprise Edition instead of
MSSQL Server 2000 Enterprise Edution and I don't know how to use the old SQL 2000 db.
Any sugestions?
Thanks for your time.
Eddysonys
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 60
Reputation: pclfw is an unknown quantity at this point 
Solved Threads: 5
pclfw pclfw is offline Offline
Junior Poster in Training

Re: SQL ,migration or export ?

 
0
  #2
Jan 16th, 2009
You have two options, both explained in books on line.
1) UPGRADE the server. This will upgrade your server from 2000 to 2005. It is a one way move and the whole server is changed. There is no rollback for this.

2) MIGRATE the database. This is a lot more difficult as the DBA (er.. you?) has to a) set up a new server (or server instance), b) make sure that all of the relevant logins / users etc are on the new server, c) copy (through SQL or DTS or SSIS or BCP) the data into a new DB and new tables (use Generate SQL Script for this) and then make sure that all stored procedures, triggers, functions and user data types are transfered as well.

The advantage of option 2 is that you can continue to use your original DB and apps while you set everything up and then you have a fall back position (the original DB).

Given the choice I use option 2.
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 3
Reputation: eddysonys is an unknown quantity at this point 
Solved Threads: 0
eddysonys eddysonys is offline Offline
Newbie Poster

Re: SQL ,migration or export ?

 
0
  #3
Jan 16th, 2009
Tk's very much , pclfw!
I will keep U posted with my evolution.It seems harder , the 2-nd option, but I'll start with this one.
See U.
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 3
Reputation: eddysonys is an unknown quantity at this point 
Solved Threads: 0
eddysonys eddysonys is offline Offline
Newbie Poster

Re: SQL ,migration or export ?

 
0
  #4
Jan 16th, 2009
Hi!
I found that I can use :
Microsoft SQL Server 2005 Upgrade Advisor
so , with this, I can identify any problems during the upgrade.
I appreciate your feedback.
Tks.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC