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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTS Issue

Status
Not open for further replies.

dbinfoweb

Technical User
Nov 20, 2001
59
US
Hi, I am using SQL Server 2K. But I am having problem using DTS. I tried to transfer about 10 tables from one Sybase server to another. However, when I scheduled it it only passed the first step which is to create table and it failed the next step which to copy data...I have been trying to find out the reason why, but seemed unsuccessful. If I schedule it and say "Run Immediately" or manually execute the package that was saved, the package executed and all steps were successfully carried out. It failed only when it was scheduled to run at a later time. Thanks in advance for any assistance in this.
 
When a DTS package is scheduled to run, it will run using the SQL Agent account. This account must have all appropriate permissions on the source and destination servers. Read the article at the following link to make sure you've done everything required to execute a DTS package as a scheduled job.

[LN];269074 Terry L. Broadbent - DBA
Computing Links:
faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top