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 |
|
interclubs
Yak Posting Veteran
63 Posts |
Posted - 2003-02-21 : 11:29:33
|
| Anyone know the name of the stored proc that is used by SQL to create tables? Am trying to figure it out so I can pass it a table name and have it give me the create table code w/o having to go into DTS.Thanks guys! |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2003-02-21 : 11:42:37
|
| I don't believe it's a stored procedure, it's a SQL-DMO Script method of a Table object. |
 |
|
|
|
|
|