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
 Saving a SQL server database and objects

Author  Topic 

Anthony_101
Starting Member

2 Posts

Posted - 2007-08-07 : 04:56:34
Hi

Would anyone be able to tell me how to save a database and all its objects e.g. Procedures and views etc. onto a CD and then open it on another SQL Server? For SQL Server 7.0 and 2000.

Thanks

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-08-07 : 06:23:12
If you need data as well then do backup and copy to CD. If you want only structure, Generate SQL Script from Enterprise Manager and write it to CD

Madhivanan

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

Anthony_101
Starting Member

2 Posts

Posted - 2007-08-07 : 08:30:34
Thanks Madhivanan
Go to Top of Page
   

- Advertisement -