September 9, 2014 at 5:15 am
Hi,
I alter the database and added 3 file groups. When I tried to add file to each file group I am getting error message.
Alter failed for database "Test"
Backup, file manipulation operations (such as alter database add file) and encryption changes on a database must be serialized. Reissue the statement after the current manipulation operation is completed. (Microsoft SQL Server, Error:3023)
Thanks,
September 9, 2014 at 9:24 am
can you post the scripts you're using
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
September 9, 2014 at 11:00 am
Most likely is that a database backup is in progress, and you can't alter the database files during a backup. Check running processes for a backup, dbcc check, or some other "major" activity that would lock the db structure.
SQL DBA,SQL Server MVP(07, 08, 09) "It's a dog-eat-dog world, and I'm wearing Milk-Bone underwear." "Norm", on "Cheers". Also from "Cheers", from "Carla": "You need to know 3 things about Tortelli men: Tortelli men draw women like flies; Tortelli men treat women like flies; Tortelli men's brains are in their flies".
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply