I migrated one DTS package from SQL 2000 to SQL 2005 through Migration Wizard. It's migrated successfully. I didn't know where migrated DTS package located, and didn't know how to run the DTS package in SQL 2005?
Is it run in command line as below:
dtexec /dts DTS_packagename
But I got the error message "The path is valid."
How to run the DTS package in SQL 2005?
Thanks!
Start Free Trial