|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Start SP on timerHi, I want to start my SP on timer, let's say every minute.
Is it possible to do in MS SQL Server internally? If not, what is the simplest way to do this? Thanks Schedule a Job.
Show quoteHide quote "tarpan" <tar***@discussions.microsoft.com> wrote in message news:73494B8B-C415-4618-A03A-82969EFB36D6@microsoft.com... > Hi, I want to start my SP on timer, let's say every minute. > > Is it possible to do in MS SQL Server internally? > If not, what is the simplest way to do this? > > Thanks Create a job that will run the SP every minute.
You can use Enterprise Manager to do this. Show quoteHide quote "tarpan" <tar***@discussions.microsoft.com> wrote in message news:73494B8B-C415-4618-A03A-82969EFB36D6@microsoft.com... > Hi, I want to start my SP on timer, let's say every minute. > > Is it possible to do in MS SQL Server internally? > If not, what is the simplest way to do this? > > Thanks
Other interesting topics
|
|||||||||||||||||||||||