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.
| Author |
Topic |
|
Anthony_101
Starting Member
2 Posts |
Posted - 2007-08-07 : 04:56:34
|
| HiWould 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 CDMadhivananFailing to plan is Planning to fail |
 |
|
|
Anthony_101
Starting Member
2 Posts |
Posted - 2007-08-07 : 08:30:34
|
| Thanks Madhivanan |
 |
|
|
|
|
|