Viewing 3 posts - 16 through 18 (of 18 total)
Maybe I'll try a shot in the dark then and:
Create a 2nd file (FileGroupFile2) in the same file group and then
DBCC SHRINKFILE (N'FileGroupFile1' , EMPTYFILE).
Then ALTER DATABASE MyDatabase REMOVE FILE...
March 16, 2012 at 10:37 am
#1460623
I'll create a new post:-P
March 16, 2012 at 9:19 am
#1460576
I believe I am having the same issue.
I copied a 300GB table out to a new filegroup (because to was too large to shrink after mass deletes)
It ended up to...
March 16, 2012 at 8:40 am
#1460548