• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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