• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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