azure - Please wait until the service objective assignment state for the database is marked as 'Completed' error message -
we have 3 databases in azure sql appear locked. run query
alter database [dbname] modify(edition='basic',service_objected='basic')
or
alter database [dbname] modify(edition='standard',service_objected='s2')
and end error message; "a service objective assignment on server '[servername]' , database '[dbname]' in progress. please wait until service objective assignment state database marked 'completed'."
they have been sitting in state, little clock next edition several days now. appreciated!
you can check database state using serviceobjectiveassignmentstate property before performing db changes
rest api: https://msdn.microsoft.com/en-us/library/azure/dn505708.aspx
powershell: https://msdn.microsoft.com/library/azure/dn546735.aspx
Comments
Post a Comment