May 9, 2003 at 9:30 am
I have an issue with running vb script in sql server.
Here is the total scene.
I have a vb application which looks for some data in my sqlserver.For that data i have a table and the data into that table will be imported through a schedules dts package.
Can I also schedule my VB application in sql server.If it's possible how can i do that.If not how can schedule my vb script to run at scheduled times.
Thanks in advance.
May 9, 2003 at 10:01 am
You can schedule the script or program using SQL Agent. Set the job step up as an Operting System command.
Alternatively, you can run a task using the AT command or W2K Scheduled tasks. This can run as any user you designate.
Steve Jones
May 9, 2003 at 10:11 am
can u explain me this in detail
Thnaks
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply