| 
   
 
 | 
| How many nodes exist in a SQL Server cluster
 Applies to: SQL Server 2005. 
 The following script uses fn_virtualservernodes to query on a clustered server instance and determine how many nodes exist in the SQL Server cluster SELECT* FROM ::FN_VIRTUALSERVERNODES() | 
| 
 
 .Send mail to 
webmaster@sqlcoffee.com with 
questions or comments about this web site. |