View Single Post

   
  #1 (permalink)  
Old 02-29-2008, 01:54 PM
nai
 
Posts: n/a
Default DTS package design - Not allaowed link

Hi all,
I'm fairly new to this...

I't trying to design a DTS package on SQL Server 2000`, which will
connect to the server, export some table date into a .txt file (based
on a select statement) and then delete the data from the table (based
on a delete statement) upon successful completion of the export.
So far so good..

Now, upon the successful deleteion, I want to export some more data and
then (upon the successful export) to delete the data. I want to repeat
this process approx. 10 times.
Though, when I try to link the deletion to the new export on success, I
get the message: "Defining the precedences between the selected items
is not valid."

Any idea on how I can accomplish what I want to do?


thanks a lot

Reply With Quote