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 |
|
joseph.nowak
Starting Member
5 Posts |
Posted - 2006-12-26 : 10:50:04
|
| I need to construct a database that only has certain elements of another db. I would like to write one batch of commands to either create the tables or update them if the table already exists. I've found examples to update sections of a table, but not the entire thing. Any assistance or relavent links are greatly appreciated.Thanks, |
|
|
snSQL
Master Smack Fu Yak Hacker
1837 Posts |
Posted - 2006-12-26 : 16:54:55
|
| Have you tried the Copy SQL Server Objects Task in DTS? It should give you pretty much all the options you want. |
 |
|
|
|
|
|