anzz
SSCertifiable
Points: 5503
More actions
September 14, 2012 at 8:26 am
#393179
how to delete database file(.ndf) and moving data to another available files?
Gazareth
One Orange Chip
Points: 27737
September 14, 2012 at 9:08 am
#1537927
Use DBCC SHRINKFILE with the EMPTYFILE option to move all data out, then use ALTER DATABASE to delete the file.
http://msdn.microsoft.com/en-us/library/ms189493.aspx
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply