all groups > sql server dts > november 2005 >
You're in the

sql server dts

group:

Adding a DTS package


Adding a DTS package John
11/30/2005 9:37:28 AM
sql server dts:
Can a DTS package be added to a server via the command line using OSQL?

Thanks in advance
Re: Adding a DTS package Allan Mitchell
11/30/2005 9:35:51 PM
You could use the sp_OA* suite of procs and call SaveToSQLServer. You
could also just write a small piece of VBScript that uses the DTS object
model to do this as well.

Allan

[quoted text, click to view]
Re: Adding a DTS package John
12/1/2005 5:31:03 AM
Allan,

Thanks for the suggestion. I'm a novice when it comes to SQL Server. I'll
document how to manually add it. :)

John

[quoted text, click to view]
AddThis Social Bookmark Button