Hi, i have a DTS that process a file generated from another system. That file have critical data every minute. The DTS package transform the data file and insert in a SQL table with only data from the actual day.
Actually the DTS works fine scheduled every hour, but some clients need data more fresh than that. I think the solution is put a code in the client front-end that execute the DTS in the server.
I try the DTSRUN but i don't have any information that how i can distributed that program.
Even i try with the code to run a DTS Package from a ASP page (using the LoadFromSQLServer method) and work great but asynchronously, and the report run before the new data insertion are available.
Any ideas that how i can perform that. I really apreciate any kind of help.
p.d.: Sorry about my english
Actually the DTS works fine scheduled every hour, but some clients need data more fresh than that. I think the solution is put a code in the client front-end that execute the DTS in the server.
I try the DTSRUN but i don't have any information that how i can distributed that program.
Even i try with the code to run a DTS Package from a ASP page (using the LoadFromSQLServer method) and work great but asynchronously, and the report run before the new data insertion are available.
Any ideas that how i can perform that. I really apreciate any kind of help.
p.d.: Sorry about my english