Hi,
I have a DTS job which imports a CSV file into a table which is used as a lookup table by another process. The DTS job runs every 15 minutes as long as the file is there. Now in certain circumstances i want to be able to disable this job so the lookup no longer gets updated.
I have a control table with the a true / false field. How can i get the DTS job to query this table and run if the value is true or End if the value is false ?