fn_servershareddrives (Transact-SQL)
Returns the names of shared drives used by the clustered server.
Important |
|---|
This Microsoft SQL Server 2000 system function is included for backward compatibility. We recommend that you use sys.dm_io_cluster_shared_drives (Transact-SQL) instead. |
fn_servershareddrives returns a list of shared drives used by this clustered server. These shared drives belong to the same cluster group as the Microsoft SQL Server resource. Further, the SQL Server resource is dependent on these drives.
This function is helpful in identifying drives available to users.
Important