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 2005 Forums
 SSIS and Import/Export (2005)
 Export an empty Structure

Author  Topic 

kennetu
Starting Member

33 Posts

Posted - 2009-09-11 : 08:18:57
I need the detailed steps on how to export a database, x, of a server, X, to another database, y, of a server, Y. I need to export the empty database schema only, not include the data.

Does anyone know how to do that? This is very urgent, please.
Many thanks for replying.

Warm regards,
Kenneth

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2009-09-11 : 08:26:38
Generate scripts from database x of Server X and run it in database y of Server Y

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2009-09-11 : 08:28:14
right click on database and choose script database as create to ...


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page

kennetu
Starting Member

33 Posts

Posted - 2009-09-11 : 11:08:15
Thanks very much; It worked for me.
Cheers!

Kenneth
Go to Top of Page

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2009-09-11 : 13:59:27
welcome


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page
   

- Advertisement -