Hello SQL Experts,Recently, I am facing weird situation.We have a SQL job. In that job we are running a statementalter database dbname set SET RESTRICTED_USER.After some data import from csv files, we are bringing the database to multi user mode.I have sys admin permission. So even though database in restricted_user, I should have to able to use the database but some how I can't able use the database. Getting the below errorDatabase is in transition. Try the statement laterI remember Previously I was able to connect, even though db is in restricted state. There are no change in permission.Any idea the reason behind this?
↧