DearI need your support to solve this problem.I have a BD which I am optimizing separating some of its FILEGROUP migrating to a new database.The current BD FILEGROUP who migrated should be eliminated.I have problems with one that is associated with a DATAFILE.1. I deleted all objects (tables, indexes, PK, FK) residing in this DATAFILE.2. I run: DBCC SHRINKFILE (DATAFILENAME, EMPTYFILE), but I get the following message:[size="1"]DBCC SHRINKFILE: Page 3: 6349552 Could not Be Moved Because the partition to Which Belonged it was dropped.Msg 2555, Level 16, State 1, Line 2Can not move all contents of file "DATAFILENAME" to other places to complete the operation emptyfile.DBCC execution completed. If DBCC printed error messages, contact your system administrator.[/size]3. I have also tried to reduce the file because it has nothing associated, nor is reduced.Terms:1. Database SQL Server 2008 R2.2. DATAFILE has 54GB size approx.3. DATAFILE Initial Size is 48GBThen I have two problems can not get reduce or completely cleaned to remove DATAFILE and therefore allow me to delete the FILEGROUP
↧