• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

manually editing database from Enterprise Manager

I

IR0NMAN

Guest
Hi, i'm using Plesk 7.5 for Windows and MSSQL 2005.

I'm trying to delete a database I created but it won't let me because "the database principal owns a database role and cannot be dropped". I'm a logged in as admin and _I_ created the database myself. Now, how do I get rid of this database?

Can i use SQL enterprise manager to drop the whole database or it is going to screw up Plesk? This is a production server so I'm not really able to experiement hehe.

Help!!!
 
Don't perform deletion from SQL manager instead all operations must be performed through Plesk interface

John S.G.
 
Thanks for the reply! Good thing I waited before deleting the database with SQL Manager.!Any idea how I could fix this problem? is the login name "admin" the main administrator or only a super admin has every permissions?
 
Open Management Studio and check what user of this database has db_owner role
Give dbo db_owner role
 
Back
Top