Disabling Microsoft SQL Server Database Dumps Upload

By default, customers that have the ability to create Microsoft SQL Server databases are also granted the ability to export and import dumps of such databases. It is possible to disable the ability to upload Microsoft SQL Server database dumps to the server. To do so, open the file C:\Program Files (x86)\Parallels\Plesk\admin\conf\panel.ini for editing (create the file if necessary) and add the following lines to it:

[databaseManagement]<br>features.uploadMSSQLBackupFile = false

This will hide the Import Dump button in the Plesk interface for all users. Note that this will not affect the users' ability to export Microsoft SQL Server database dumps, or to import and export MySQL database dumps.