Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 start Failover SQL Service using script

Author  Topic 

kylie_in_here
Starting Member

1 Post

Posted - 2009-08-31 : 04:01:52
Hi everyone,

Can we start a SQL server 2000 services using a script that can be run on commmand prompt??

How about a clustered SQL services?

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-08-31 : 13:17:58
You can stop/start services from a command prompt via the NET STOP or NET START commands.

For clustered systems, you'll want to use the command line version of Cluster Administrator.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -