dbTalk Databases Forums  

Detecting a SQL Server cluster machine

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


Discuss Detecting a SQL Server cluster machine in the microsoft.public.sqlserver.clustering forum.



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

Default Detecting a SQL Server cluster machine - 01-12-2004 , 02:51 PM






I need to be able to detect (during the installation of my application) if a machine that is part of a cluster is running version 7 of SQL server. Can I do this by reading the registry? If so, what registry entries am I looking for

TIA
jam

Reply With Quote
  #2  
Old   
Jinhe
 
Posts: n/a

Default RE: Detecting a SQL Server cluster machine - 01-12-2004 , 07:21 PM






you can check hklm\cluster to see if the key is there for a cluster node
also , if you have a clustered sql instance, there should resource for it under the cluster\resources key.


Reply With Quote
  #3  
Old   
Rand Boyd [MS]
 
Posts: n/a

Default RE: Detecting a SQL Server cluster machine - 01-13-2004 , 01:17 PM



You can look at the registry for the following key:

HKLM\Software\Microsoft\MSSQLSERVER\MSSQLSERVER\Cu rrentVersion.

The value should be 7.00.623

Rand
This posting is provided "as is" with no warranties and confers no rights.


Reply With Quote
  #4  
Old   
jam
 
Posts: n/a

Default RE: Detecting a SQL Server cluster machine - 01-15-2004 , 10:54 AM



If this key exists, then can I also assume that the
machine is part of a cluster? Or would I still need to
look for the cluster key under hkey_local_machine?
Thanks!

Quote:
-----Original Message-----
You can look at the registry for the following key:

HKLM\Software\Microsoft\MSSQLSERVER\MSSQLSERVER\Cu rrentVer
sion.

The value should be 7.00.623

Rand
This posting is provided "as is" with no warranties and
confers no rights.

.


Reply With Quote
  #5  
Old   
jenn
 
Posts: n/a

Default RE: Detecting a SQL Server cluster machine - 01-15-2004 , 12:16 PM



Do you know what the value should be for sql server 6.5?
TIA!

Quote:
-----Original Message-----
If this key exists, then can I also assume that the
machine is part of a cluster? Or would I still need to
look for the cluster key under hkey_local_machine?
Thanks!

-----Original Message-----
You can look at the registry for the following key:

HKLM\Software\Microsoft\MSSQLSERVER\MSSQLSERVER\Cu rrentVe
r
sion.

The value should be 7.00.623

Rand
This posting is provided "as is" with no warranties and
confers no rights.

.

.


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