|
help
Login
|
Register
vmonpara
's code bookmark
Tag:
cluster
→ view
all
Tags
ASP .Net
SQL Server
General
InfoPath
javascript
Tag: cluster
« previous | next »
Get all nodes from SQL Server cluster
On 19th Dec, 07 | Topic:
SQL Server
| Tags:
cluster
SELECT * FROM sys.dm_os_cluster_nodes
Get active node from SQL Server cluster
On 19th Dec, 07 | Topic:
SQL Server
| Tags:
cluster
SELECT SERVERPROPERTY('ComputerNamePhysicalNetBIOS') ActiveNode
« previous | next »