Share via

Azure sql server

Alessio Cavalieri 5 Reputation points
2023-12-01T09:38:49.3433333+00:00

Hi,

From today I have a azure sql database in read-only mode.

If I see on database properties option read-only is false

If I do this query

select name,user_access_desc, is_read_only from sys.databases

is_read_only is zero

but if i do any update I have this message

Failed to update database "dbname" because the database is read-only.

Any ideas?

thanks

Alessio

Azure SQL Database

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.