Re: SQL Server JOBS
From: Lloyd Sheen (sqlguyremoveallofthis_at_tostopspamhotmail.com)
Date: 06/17/04
- Next message: David Hearn: "Re: Add sorting to SQLDataAdapter at runtime. How?"
- Previous message: William Ryan eMVP: "Re: Persistance UPDATE problem - revised Q for clarity"
- In reply to: Baren: "SQL Server JOBS"
- Next in thread: Baren: "Re: SQL Server JOBS"
- Reply: Baren: "Re: SQL Server JOBS"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 17 Jun 2004 14:53:06 GMT
Baren,
Are you trying to create jobs using DDL? If so there are a set of
stored procedures to both create and query jobs. The same is for Alerts.
For example the sp_add_job stored procedure will create a job. There are
many other procedures to use to get a job into a "runnable" state.
Depending on what information you need there are a set of sp_help_????
procedures to get the information you might be looking for.
The best idea is to use Books Online for all the details.
Lloyd Sheen
"Baren" <baren@india.com> wrote in message
news:481CBBF1-E4F2-4711-9FD4-BDFF3F5C306E@microsoft.com...
> Hi!.
>
> I am developing a windows application where i need to give users alerts
about their pending jobs once they login into the application. I am trying
to create SQL Server jobs to give those alerts( If anyone has any other
option kindly post the same). now can anyone tell me how do i populate the
alert on the user machine.
>
> Thanks in advance
> Baren
- Next message: David Hearn: "Re: Add sorting to SQLDataAdapter at runtime. How?"
- Previous message: William Ryan eMVP: "Re: Persistance UPDATE problem - revised Q for clarity"
- In reply to: Baren: "SQL Server JOBS"
- Next in thread: Baren: "Re: SQL Server JOBS"
- Reply: Baren: "Re: SQL Server JOBS"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|