Right Now I run it manually. I open the Database find “Data Transformation Service” in the folder list and then find My package “CopyPartmaster”. I right click on it and click “Execute” this works good but I would like to automate it more.
Then go to a Stored Procedure I created which does the second part of the Parts upload.
The Line In My SP is
EXEC [Update Copy Partmaster]
I would like to put above that line a command which would run my DTS package and then run the "EXEC [Update Copy Partmaster]" line like so:
Run DTS [CopyPartmaster] //< whatever the correct syntax is
EXEC [Update Copy Partmaster]
TIA
DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive
Then go to a Stored Procedure I created which does the second part of the Parts upload.
The Line In My SP is
EXEC [Update Copy Partmaster]
I would like to put above that line a command which would run my DTS package and then run the "EXEC [Update Copy Partmaster]" line like so:
Run DTS [CopyPartmaster] //< whatever the correct syntax is
EXEC [Update Copy Partmaster]
TIA
DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive