Welcome to TechNet Blogs
Sign in
|
Join
|
Help
SQL Server Blogs
Vipul Shah's SQL Blogs
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
/3GB /PAE and AWE
64-bit
Benefits of SQL 2005
Data Scripter Utility
Database Design
DDL Triggers
Default Traces
DTS
Guest User in SQL Server
Indexes
Integration Services
LOGON Triggers
Migration to SQL 2005
Missing Indexes DMVs
Monitoring
Patches
Reporting Services
SQL Server Management Studio
SQL Server Performance
Table Partitioning
T-SQL
Archives
April 2008 (1)
February 2008 (2)
December 2007 (2)
September 2007 (3)
August 2007 (1)
July 2007 (1)
June 2007 (1)
May 2007 (3)
April 2007 (3)
March 2007 (5)
February 2007 (2)
January 2007 (1)
November 2006 (3)
Browse by Tags
All Tags
»
Monitoring
(RSS)
Sorry, but there are no more tags available to filter with.
Tuesday, March 06, 2007 9:39 AM
How to check the status of SQL Server Services remotely?
There is windows “SC” utility and the following “Heart Beat” approach. http://www.databasejournal.com/features/mssql/print.php/3347241 You can use SC query and look for string RUNNING SC \\machineName query MSSQLSERVER ! findstr “RUNNING”
Posted by
vishah
|
0 Comments
Filed under:
Monitoring