Re: How do i discover SQL server is running ...
- From: "Arnie Rowland" <arnie@xxxxxxxx>
- Date: Fri, 7 Jul 2006 09:07:40 -0700
Checking the registry would only tell you that SQL Server has been
installed -it wouldn't tell you IF it is running, or incompletely removed,
etc.
Asking SQL directly would require that you knew the SQL Server
name -normally the same as the host, but not necessarily.
Checking the services for 'Started' (or not) could work.
--
Arnie Rowland*
"To be successful, your heart must accompany your knowledge."
<thirumalaivelu@xxxxxxxxx> wrote in message
news:1152253106.670394.42180@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello ,
I'm trying to create an application, which would say if sql server is
running on a machine.
Hope i can get this from windows registry. Is there any other way do
achieve this programatically through windows SDK , or checking the
services programatically ?
If i need to check the registry what are the fields that i should look
at ?
thanks in advance,
Velu
.
- Follow-Ups:
- Re: How do i discover SQL server is running ...
- From: thirumalaivelu
- Re: How do i discover SQL server is running ...
- References:
- How do i discover SQL server is running ...
- From: thirumalaivelu
- How do i discover SQL server is running ...
- Prev by Date: Re: SQL Server 2000 is not listening on 1433
- Next by Date: Re: SQL Server 2000 is not listening on 1433
- Previous by thread: How do i discover SQL server is running ...
- Next by thread: Re: How do i discover SQL server is running ...
- Index(es):
Relevant Pages
|
Loading