I'm setting up SQL Mail with Outlook and need to restart the SQL
services (mssqlserver and sql agent) on the server to complete the
configuration. I would like to do this without causing a failover. Has
anyone sucessfully used the commands below to make this work?
System: Windows 2003, SQL Server 2000 SP3..
cluster [cluster name] RESOURCE [resource name] /option
EX.
cluster mycluster RESOURCE "SQL Server" /offline
cluster mycluster RESOURCE "SQL Server Agent" /offline
then
cluster mycluster RESOURCE "SQL Server" /online
cluster mycluster RESOURCE "SQL Server Agent" /online
Thanks in advance
>> Stay informed about: Stop SQL Server service without failing it over.