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
 General SQL Server Forums
 New to SQL Server Programming
 Export data from one database to another

Author  Topic 

surajdileepa
Starting Member

1 Post

Posted - 2014-10-03 : 02:34:04
Hi... I'm new to SQL 2012. I need to transfer full data set from one database to another database. Please help with the steps.

gbritton
Master Smack Fu Yak Hacker

2780 Posts

Posted - 2014-10-03 : 09:10:51
1. right click the source database name in ssms
2. select tasks/copy database
3. fill in the prompts in SSIS wizard
4. click finish
Go to Top of Page
   

- Advertisement -