dbTalk Databases Forums  

SQL 7.0 Cluster Installation ?

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


Discuss SQL 7.0 Cluster Installation ? in the microsoft.public.sqlserver.clustering forum.



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

Default SQL 7.0 Cluster Installation ? - 08-10-2004 , 04:28 PM






How do I found if a SQL 7.0 installation is on a StandAlone or a Cluster?
In other words is there any equivelant for SQL2K function SERVERPROPERTY
(IsClustered) in SQL 7.0

--
TIA
Satish Balusa
Corillian Corp.




Reply With Quote
  #2  
Old   
Rand Boyd [MSFT]
 
Posts: n/a

Default RE: SQL 7.0 Cluster Installation ? - 08-11-2004 , 11:00 AM






SQL Server 7.0 does not have this functionality. The service that runs is
called mssql$<virtualservername> so you could possibly determine if a
service with this name is running which would indicate that SQL Server 7.0
is clustered.

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


Reply With Quote
  #3  
Old   
Satish Balusa
 
Posts: n/a

Default Re: SQL 7.0 Cluster Installation ? - 08-12-2004 , 11:05 AM



Thank You Randy.

--
Satish Balusa
Corillian Corp.


"Rand Boyd [MSFT]" <rboyd (AT) onlinemicrosoft (DOT) com> wrote

Quote:
SQL Server 7.0 does not have this functionality. The service that runs is
called mssql$<virtualservername> so you could possibly determine if a
service with this name is running which would indicate that SQL Server 7.0
is clustered.

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.