January 19, 2006 at 9:09 am
Hi,
I have a job to be scheduled each month. But the task is java dependent also.
Is it possible to do this scheduling using DTS package.. like DTS package which can have .bat file containing my java code to access the application and get it schedule each month.
Thanks,
Pradeepa
January 19, 2006 at 9:21 am
You may try the 'Execute Process' task in DTS. This should allow you to call a .bat file.
January 19, 2006 at 11:05 am
Yes, it does..we use it in a lot of places.
January 20, 2006 at 7:24 am
Absolutely! You just have to make sure that the user that runs the DTS package has access to run that .bat file. Also, make sure that the .bat file is located on the same server as SQL Server, or that the network path to the file and share permissions are correct.
January 21, 2006 at 9:51 am
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply