June 2015
Intermediate to advanced
1800 pages
70h 6m
English
The dtsrun utility in SQL Server 2000 is no longer used within SQL Server 2014. It has been replaced by the dtexec utility, which is bigger and better and has more options and values to serve your every SSIS package execution need. Before you begin to use the dtexec utility, you should execute it at a command prompt with the help option set only and pipe the results into a text file:
c:> dtexec /? > dtexec.txt
You will quickly see all the main options and how similar this is to dtsrun (in SQL Server 2000). Some dtsrun command-line options have direct dtexec equivalents, such as the options for providing a server name or package name or for setting the value of a variable. Other dtsrun command-line options don’t ...
Read now
Unlock full access