• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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