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

Connecting to MSSQL Database

R

riprod

Guest
Sorry, I poseted this in the wrong place, here goes again...

I'm on a dedicated server with plesk and have setup my domain. I can create a new MSSQL database and users from Pleask but how do I connect to an exisiting MSSQL database. I have copied the .MDF file into the Databases\MSDE\MSSQL\DATA folder but it does not show up in enterprise manager.

I have even tried creating a database with the same name and then going to the server and overwriting it with my database. That doesn't work.

Please help. Thanks
 
You can use MSSQL Enterprise Manager or you can use stored procedure sp_attach_db for it.
But to connect it to Plesk at first you should create it via it then drop directly via Enterprise Manager or osql and then attach the original one.
 
Back
Top