Search

Monday, February 18, 2013

Script to Find SQL Server Cluster Shared Drives


-- SQL Script to Find SQL Server Cluster Shared Drives, Using Function

SELECT * FROM fn_servershareddrives()

-- SQL Script to Find SQL Server Cluster Shared Drives, Using DMV

SELECT * FROM sys.dm_io_cluster_shared_drives

No comments:

Post a Comment