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 - 2004-09-10 : 08:37:02
|
| Dave writes "Hi, Is there any way of calling a DTS package from a stored proc, without using the xp_cmdshell e.gCREATE PROCEDURE DI_Sync@SyncFile varchar(255) -- 'dtsrun /S[Server] /U[Username] /N[Package Name]'ASDECLARE @nResult int EXECUTE @nResult = master..xp_cmdshell @SyncFileGORegardsDave" |
|
|
nr
SQLTeam MVY
12543 Posts |
|
|
|
|
|