I have an encrypted sql DB with 2 data files. need to shrink and remove file #2. DBCC SHRINKFILE (filename, EMPTYFILE) is shrnking it to 10MB but stuck there and can't remove it? What sql server is doing now? does it need to decrypt DB to remove the file?