Saving A DTS Package After loading with sp_OAMethod -
06-11-2004
, 09:21 AM
I know how to load and execute a DTS package from a Structured Storage file. However, I cannot figure out how to save to a server. I am doing a SQL DB Install and this would be very useful. I tried using the sp_OAMethod sp and passin
SaveToSQLServer as the method name much like loadfromstoragefile or execute but I may have the parameters wrong or it may not possible. Any help would be greatly appreciated.. |