sql server - user: dbo unable to drop database -


i have sql agent job whereby restore of full backup of production data on nightly basis. setting new server , when attempt run job on new server receive error on job of

3701 - cannot drop database because not exist or not have permission.

this confounding me because using dbo user accomplish step , database listed in sys.databases catalog view. have tried altering database put single_user no avail.

the first step of job kills connections , passes. not sure error coming because looks in accord me. can drop database manually through logging in sa.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -