SQL Server 2005 How to run dts package from command line
January 31st, 2010
Here is how you can run dts from command line
C:\Program Files\Microsoft SQL Server\80\Tools\Binn\dtsrun.exe /S dbserver /N “DB_NAME: Package_Name” /E
Note: E- for trusted connection
Entry Filed under: Database, SQL Server
Leave a Comment
You must be logged in to post a comment.
Trackback this post | Subscribe to the comments via RSS Feed