Link to home
Create AccountLog in
Avatar of B_Pati
B_Pati

asked on

Import & export wizard sql 2005 2 to sql 2008

Hi,
      Please guide  me on steps  to do Import and export    using GUI.  
Avatar of Aaron Shilo
Aaron Shilo
Flag of Israel image

in the run type:
dtswizard
and then import/export wizard will appear, set source as sql 2005, destination as sql 2008, and then select tables and do mappings.
But if you want to move your current SQL 2005 database totally to new SQL 2008 database, I suggest to backup on 2005 and restore on 2008.

ASKER CERTIFIED SOLUTION
Avatar of AmmarR
AmmarR
Flag of Bahrain 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
Avatar of B_Pati
B_Pati

ASKER

Helpful