• 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.

MS SQL - how to hide default DBs (master, northwind,etc)

J

jahsh420

Guest
Hi,
We setup a Plesk server and have our SQL server on a seperate server as our Plesk server. When we create a database on our Plesk server it creates the SQL server on the remote server just fine, but when we login to access the database we can see all the default databases (master, temp, northwind, etc). How can we make it so these aren't visible. This is going to cause more support than necessary for us. Thanks in advance.
 
MSSql requires these databases Masters, Msdb and Tempdb
all other databases that are installed by default (Northwind...) can be removed.

To hide the system databases Masters, Msdb and Tempdb, you will have to make a change in the asp.net entreprise manager, to not display them as part of the list.

:cool:
 
This application is a .Net. app
Go to IIS 6, under Websites you willl see sqladmin ( default )

The application is there:
in folder _classes open Databases.vb using notepad and look for Public Sub LoadObjects ()

You will need to make the changes to not display system tables, by using
Visual basic for .Net or any other .Net compatible products
and recompile the ASPEnterpriseManage.dll with the changed classes that is located in /bin

we are currently doing this, and will be testing it next week on a test server first, but this should work.
 
asp

I dont have these tools.. Can you keep us posted on how it goes?
 
Back
Top