Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTS scheduling question

Status
Not open for further replies.

tlaksh

Programmer
Feb 25, 2001
98
US
Hi,

I have a dts that runs and converts eventlog from NT to SQL tables. I need to schedule this dts such that it will run based on the time that the user specifies. Say 10 min for one server and 20 min for another server. The Server name is already being picked up by the DTS from a table that stores all the servername.

But now the dts runs for all the servers in the servername table at the same time (every 30 min). I have added a column to servername table that stores the run time...(every 10min, 20 min etc.)

How can I pass this value to the dts and run it accordingly at that time.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top