Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Sql 2008 Partitions

Author  Topic 

GhantaBro
Posting Yak Master

215 Posts

Posted - 2010-03-05 : 14:31:38
I have bunch of tables which have partitions of data by month of one of the date fields and each partition is saved in different datafiles... is there a query I can run to find out where each partition resides as some of my drives are getting full... Thanks for the help.

RobertKaucher
Posting Yak Master

169 Posts

Posted - 2010-03-07 : 11:14:02
I wonder if this might work for you:
http://blog.sqlauthority.com/2010/01/02/sql-server-find-location-of-data-file-using-t-sql/
Go to Top of Page
   

- Advertisement -