Re: Scheduling DTS packages in SQL 2K -
09-05-2003
, 04:56 AM
A1. DTS is client side so this is probably related to permissions
http://support.microsoft.com/?kbid=269074
A2. Not using SQL Server Agent Scheduler directly.
You can use a loop which has a WAITFOR delay in their of 15 mins though
before executing the package
--
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org |