Is there a way to use DTSLookups in the source query?Im Copying Invoices from from one database to another on a nightly basis, but only want to select invoices that has not yet been copied to the dest. db. So my source query in dts should look something like this:SELECT * , 9 AS CRUSerID , GETDATE() AS CrDate , 0 as void , 1 as CompanyIDFROM INVOICEHWHERE InvoiceNum not in (DTSLookups(invoice numbers from DB))
Only some can learn from other peoples mistakes. The rest of us has to be the other people...