all groups > sql server (alternate) > october 2006 >
You're in the

sql server (alternate)

group:

Running a DTS with parameters


Running a DTS with parameters David Greenberg
10/29/2006 12:00:00 AM
sql server (alternate):
Hi
Does anyone know if there is a possibility to run a DTS with parameters ?
David Greenberg
Re: Running a DTS with parameters David Portas
10/29/2006 1:24:35 AM
[quoted text, click to view]

Yes. Usually parameters are passed via global variables when the
package is executed. For example using the dtsrun utility from the
command line, or from an Execute Package task or using the COM Package
object.

Some examples at:
http://www.sqldts.com/default.aspx?104

--
David Portas, SQL Server MVP

Whenever possible please post enough code to reproduce your problem.
Including CREATE TABLE and INSERT statements usually helps.
State what version of SQL Server you are using and specify the content
of any error messages.

SQL Server Books Online:
http://msdn2.microsoft.com/library/ms130214(en-US,SQL.90).aspx
--
AddThis Social Bookmark Button