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 |
|
csosa
Starting Member
5 Posts |
Posted - 2009-03-04 : 02:07:24
|
| I'm Running SQL 2008 Server and I was wondering how to backup by database. I would only like to backup the definition of the tables. Any help would be greatly appreciated.Carlos |
|
|
matty
Posting Yak Master
161 Posts |
Posted - 2009-03-04 : 03:04:37
|
| If you need CREATE TABLE scripts then use Generate Scripts. Right click database,select Tasks-> Generate Scripts |
 |
|
|
|
|
|