dbTalk Databases Forums  

SQL jobs & Active-Passive Clustering in SQL Server 2000

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


Discuss SQL jobs & Active-Passive Clustering in SQL Server 2000 in the microsoft.public.sqlserver.clustering forum.



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

Default SQL jobs & Active-Passive Clustering in SQL Server 2000 - 08-14-2005 , 02:39 PM






Environment: SQL Server 2000 (with SP3a) and Windows Server 2003

If a SQL Agent job is running on the active node when a failover occurs,
what happens to it? Will it restart on the formerly passive node (that then
becomes active)? If yes, will it restart at the same Job step that it was
executing when the failover occurs?

Another scenario: If the SQL Agent job has invoked a .NET Dll registered in
the GAC to perform some tasks when the failover occurs, what happens to that
task? Will the formerly passive node (that then becomes active) restart it
(assuming that the .dll is also registered in the GAC of that node) at the
same Job step that it was executing when the failover occurs?

Reply With Quote
  #2  
Old   
Tom Moreau
 
Posts: n/a

Default Re: SQL jobs & Active-Passive Clustering in SQL Server 2000 - 08-14-2005 , 02:58 PM






If a job is running when the cluster fails over, then it is registered as a
failure. If you have the number of retries > 0, then it should attempt to
retry.

--
Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
SQL Server MVP
Columnist, SQL Server Professional
Toronto, ON Canada
www.pinpub.com
..
"krammai" <krammai (AT) discussions (DOT) microsoft.com> wrote

Environment: SQL Server 2000 (with SP3a) and Windows Server 2003

If a SQL Agent job is running on the active node when a failover occurs,
what happens to it? Will it restart on the formerly passive node (that then
becomes active)? If yes, will it restart at the same Job step that it was
executing when the failover occurs?

Another scenario: If the SQL Agent job has invoked a .NET Dll registered in
the GAC to perform some tasks when the failover occurs, what happens to that
task? Will the formerly passive node (that then becomes active) restart it
(assuming that the .dll is also registered in the GAC of that node) at the
same Job step that it was executing when the failover occurs?


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 - 2013, Jelsoft Enterprises Ltd.