Questions tagged [sql-job]

A job is a specified series of operations performed sequentially

Jobs define an administrative task that can be executed one or more times (manually or via a schedule) and monitored for success or failure each time it executes

272 questions
-2
votes
1 answer

Start SQL job as soon as it is deployed

I have created an SSIS package using Bids 2008 and configured the job to execute the package once a week on Friday. I would like to know will the job run as soon as it is deployed on any day for the first time. I need it to run the first time. Is it…
Tom
  • 8,175
  • 41
  • 136
  • 267
-3
votes
1 answer

Send automated email

I want to send automated emails to UserType( requester, assignee ,reviewer,admin) based on an insert and.or update in Database. EX: A remainder email send to requester, assignee ,reviewer and admin if the reviewer is not able to review the data in…
1 2 3
18
19