October 17, 2005 at 11:01 am
I successfully created a DTS package and savinging it in a Structured Storage File (.dts). I am successful a runing this package with the dtsrun command from a Windows command prompt (ie: dtsrun /E /F
October 17, 2005 at 5:14 pm
What are you trying to achieve by specifying both /S and /F?
From Books Online,
/F filename
Is the name of a structured storage file containing DTS packages. If server_name is also specified, the DTS package retrieved from SQL Server is executed and that package is added to the structured storage engine.
--------------------
Colt 45 - the original point and click interface
October 18, 2005 at 1:46 pm
I was thinking /S would run my package on whatever server I labeled after /S. If I understand correctly, one cannot use the dtsrun.exe on one server to execute a package saved in a file against a different server, correct? In otherwords, if I have dtsrun.exe on server A and my DTS package has been saved in a file on server A, is there a way to use server A's dtsrun.exe to execute the package in server A's file against a database on Server B?
October 18, 2005 at 4:54 pm
Running the package against a different server/database has nothing to do with the startup parameters. These are used for determining the location of the package.
To run the package against a different server/database you need to change the connections within the package itself.
--------------------
Colt 45 - the original point and click interface
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply