Re: Kick off job on-the-fly
- From: "m.posseth" <michelp@xxxxxxxxxxxxxxx>
- Date: Fri, 18 Nov 2005 09:11:40 +0100
> And this relates to VB how?
euhhhhh well if his font end is written in another language as VB this
should not have a relation to VB :-)
to answer your question :
You can call DTS packages from stored procedures ,,,, ( if we are talking
bot about MS SQL Server )
so write a stored procedure that calls the DTS ,
Now the VB part :-)
from VB call the stored procedure ( prefered in a asynchronous or fire and
forget way )
regards
Michel Posseth [MCP]
"MikeD" <nobody@xxxxxxxxxxx> wrote in message
news:uDefih96FHA.3660@xxxxxxxxxxxxxxxxxxxxxxx
>
> "Test Test" <farooqhs_2000@xxxxxxxxx> wrote in message
> news:Ol5UrS86FHA.3276@xxxxxxxxxxxxxxxxxxxxxxx
>> Hello!
>>
>> I have a scheduled job that executes a DTS package. The job is scheduled
>> to run at midnight everyday. This process is working fine. We want users
>> to be able to run this process at real time. What it means that we are
>> providing an option in the front-end tool saying "run this process now".
>> If the users choose this option (we'll store this information in some
>> table), we want the job (which executes a package) to be kicked off. Is
>> that possible to run )or control) a job (or DTS package) through some db
>> field? Please let me know. Any help would be appreciated.
>
> And this relates to VB how?
>
> --
> Mike
> Microsoft MVP Visual Basic
>
>
.
- References:
- Kick off job on-the-fly
- From: Test Test
- Re: Kick off job on-the-fly
- From: MikeD
- Kick off job on-the-fly
- Prev by Date: Re: VB6 Generating Lots of Network Traffic
- Next by Date: Re: about api ??
- Previous by thread: Re: Kick off job on-the-fly
- Next by thread: End a taks by its exe name
- Index(es):
Relevant Pages
|