dbTalk Databases Forums  

SQL Agent jobs

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss SQL Agent jobs in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Hans Schyldt
 
Posts: n/a

Default SQL Agent jobs - 08-13-2004 , 04:28 AM






When we create SQL Agent jobs on a clustered machine we always get the
physical machine name as the source (originating server). We get the same
result if we create the job in Enterprise manager and using sp_add_job.



exec msdb..sp_add_job @job_name = N'Testjob'

select * from msdb..sysjobs where name = N'Testjob'



Is this behavior by design or unexpected?

Won't this mean that the job won't work after a failover?



Thanks

Hans S



Reply With Quote
  #2  
Old   
Rand Boyd [MSFT]
 
Posts: n/a

Default RE: SQL Agent jobs - 08-16-2004 , 10:06 AM






This should not effect the execution of the job.

Rand
This posting is provided "as is" with no warranties and confers no rights.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.