|
sql
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Multiple jobs on one schedule
Hi
I am wondering if it's possible to run multiple backup jobs from one shedule in SQL Server 2000, so all backups are triggered simultaneously at a given time. Having looked at the sysjobs and sysjobsschedules tables in msdb it seems they have a 1 to 1 relationship and this leads me to believe this is not possible. Has anyone else ever achieved this, and if so, how? Thanks in advance Brin bin
The second backup will wait till the first one completed. What is the purpose? Show quoteHide quote "brin" <brin_z{nospam}@hotmail.com> wrote in message news:uZV$LObSGHA.1204@TK2MSFTNGP12.phx.gbl... > Hi > > I am wondering if it's possible to run multiple backup jobs from one > shedule in SQL Server 2000, so all backups are triggered simultaneously at > a given time. > > Having looked at the sysjobs and sysjobsschedules tables in msdb it seems > they have a 1 to 1 relationship and this leads me to believe this is not > possible. Has anyone else ever achieved this, and if so, how? > > Thanks in advance > > Brin > It just seemed a bit more organised to use the one schedule as all we are
doing is repeating data in sysjobschedules, this is for around 25 databases each with 2 backup schedules. We are about to rescheule the time they run anyway so thought it may be a worthwhile excercise. Thanks again Show quoteHide quote "Uri Dimant" <u***@iscar.co.il> wrote in message news:%23TM$8QbSGHA.5780@TK2MSFTNGP10.phx.gbl... > bin > > The second backup will wait till the first one completed. > What is the purpose? > > > > > "brin" <brin_z{nospam}@hotmail.com> wrote in message > news:uZV$LObSGHA.1204@TK2MSFTNGP12.phx.gbl... >> Hi >> >> I am wondering if it's possible to run multiple backup jobs from one >> shedule in SQL Server 2000, so all backups are triggered simultaneously >> at a given time. >> >> Having looked at the sysjobs and sysjobsschedules tables in msdb it seems >> they have a 1 to 1 relationship and this leads me to believe this is not >> possible. Has anyone else ever achieved this, and if so, how? >> >> Thanks in advance >> >> Brin >> > > Hi
If you schedule mutiple jobs that hit the same discs you may see a performance bottleneck. You may want to look at having one job with multiple steps! John Show quoteHide quote "brin" wrote: > It just seemed a bit more organised to use the one schedule as all we are > doing is repeating data in sysjobschedules, this is for around 25 databases > each with 2 backup schedules. We are about to rescheule the time they run > anyway so thought it may be a worthwhile excercise. > > Thanks again > > > "Uri Dimant" <u***@iscar.co.il> wrote in message > news:%23TM$8QbSGHA.5780@TK2MSFTNGP10.phx.gbl... > > bin > > > > The second backup will wait till the first one completed. > > What is the purpose? > > > > > > > > > > "brin" <brin_z{nospam}@hotmail.com> wrote in message > > news:uZV$LObSGHA.1204@TK2MSFTNGP12.phx.gbl... > >> Hi > >> > >> I am wondering if it's possible to run multiple backup jobs from one > >> shedule in SQL Server 2000, so all backups are triggered simultaneously > >> at a given time. > >> > >> Having looked at the sysjobs and sysjobsschedules tables in msdb it seems > >> they have a 1 to 1 relationship and this leads me to believe this is not > >> possible. Has anyone else ever achieved this, and if so, how? > >> > >> Thanks in advance > >> > >> Brin > >> > > > > > > > brin wrote:
Show quoteHide quote > Hi I think the closest you can get, it to create multiple jobs that starts > > I am wondering if it's possible to run multiple backup jobs from one shedule > in SQL Server 2000, so all backups are triggered simultaneously at a given > time. > > Having looked at the sysjobs and sysjobsschedules tables in msdb it seems > they have a 1 to 1 relationship and this leads me to believe this is not > possible. Has anyone else ever achieved this, and if so, how? > > Thanks in advance > > Brin > > at the same time. I don't quite see the need for it though, but I assume you have a reason for it? Regards Steen
Other interesting topics
SQL 2000 on W2k fragmentation
Performance: Primary Key = int/nvarchar/guid/... Stop & Start SQL Server for using scm Trusted Connection failing How do I get my local data in the database on the Internet? Memory allocation in MS-SQL 2000 instances Windows says SQL is installed, but it's not! Why do Ado.net don't use execution plan that Query Analyzer Switching off logging on varbinary column Move 2000 to 2005 |
|||||||||||||||||||||||