Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DTS SELECTs with parameters
Message
General information
Forum:
Microsoft SQL Server
Category:
Import/Export
Title:
DTS SELECTs with parameters
Miscellaneous
Thread ID:
00583574
Message ID:
00583574
Views:
59
Is there a way to use a DTS package to transfer data from one server to another, where the records to be transferred depend on a variable that has to be passed to the DTS package?

The query is very simple:

SELECT field1, field2, field3 FROM
WHERE field4 = @lParameter

The value of the parameter @lParameter varies and I would like to pass it to the DTS package.

Thank you,
Aristotle
Next
Reply
Map
View

Click here to load this message in the networking platform