Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 Export/Import

Author  Topic 

jcb267
Constraint Violating Yak Guru

291 Posts

Posted - 2009-05-19 : 10:08:00
I am trying to export a bd from sql 2005 that is on my work computer and import it to sql 2008 on my home computer. I have never done this before and do not know where to begin. Can anyone help me with this?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-05-19 : 11:15:13
you can use transfer database task available on ssis
http://www.realworldsql.com/post/2008/01/SQL-Server---Transfer-a-Database-to-a-new-server.aspx
Go to Top of Page

jcb267
Constraint Violating Yak Guru

291 Posts

Posted - 2009-05-19 : 13:36:36
quote:
Originally posted by visakh16

you can use transfer database task available on ssis
http://www.realworldsql.com/post/2008/01/SQL-Server---Transfer-a-Database-to-a-new-server.aspx


thanks, I will try that.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-05-19 : 13:41:31
welcome
Go to Top of Page
   

- Advertisement -