Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Table with another name be updated, help

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-03-25 : 07:38:18
Ray writes "Hell everyone i have a question.
In DTS I have made a package: that if I press the execute button
a table called "customer" gets updated in 3 other databases that also have the name "customer"
My question is could I make a package that is variable.
What i mean by that is if someone else makes another table en it's
have another table name how could the data be updated?
Please help"

Page47
Master Smack Fu Yak Hacker

2878 Posts

Posted - 2003-03-25 : 07:47:47
Yes, in SQL 2K you can set Global Variables when you execute DTSRun.exe. This, in effect, allows you to pass variables to the package.

Using an activex scripting task you can set your source and destination of a datapump task at run time as well.

Jay White
{0}
Go to Top of Page

killer2002
Starting Member

12 Posts

Posted - 2003-03-26 : 05:07:51
How can it be done do yuo have a example?

Go to Top of Page
   

- Advertisement -