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 |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-05-03 : 08:33:53
|
vered writes "How can i define/write in the dtsrun utility tomake a table in the sql server.non of the arguments define createing a table." |
|
rockmoose
SQL Natt Alfen
3279 Posts |
Posted - 2005-05-03 : 12:01:57
|
Well, for creating tables You use CREATE TABLE in SQL.dts is not the right tool for that job.(That's why You don't have it there either!)rockmoose |
 |
|
|
|
|