fn_servershareddrives (Transact-SQL)
SQL Server 2005
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 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.
Reference
sys.dm_io_cluster_shared_drivesfn_virtualservernodes (Transact-SQL)
Important: