SQL Server: How to Get Physical Path of Tables and Indexes

added by lionofdezert
1/25/2011 8:48:31 AM

134 Views

When database consists of multiple data files and objects (tables/indexes) are dispersed on these multiple data files. Common requirement is to get a list of objects (tables, indexes) along with their physical path


0 comments