I have a DTS package that unpacks my files, converts them to SQL server, and truncates/copies the data into the web databases.
Here's the thing: I only want to do this when I copy the MS Access file up to my web server from my main server. Somehow kick it off from VB6, or .NET.
If I schedule it, the I have to make sure the file is there before the scheduled job, and I can not be sure what time my job will complete on this end and copy the file.
Any takers?
Here's the thing: I only want to do this when I copy the MS Access file up to my web server from my main server. Somehow kick it off from VB6, or .NET.
If I schedule it, the I have to make sure the file is there before the scheduled job, and I can not be sure what time my job will complete on this end and copy the file.
Any takers?