• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Register a named instance of MS SQL as a new database server

RoelofS

New Pleskian
How do I register a named instance of MS SQL as a new database server?

In Home>Tools & Settings>Database servers>Add Database server, if I choose MicrosoftSQL Server in Database server type I only get to choose the Host name or IP address, but not the instance name.

Is there any way to get around this? Do I have to use a special format in this Host Name field?
 
AFAIK SQL Server Express Editions always install as a named Instance, even if you only have one. The Instance name, by default, is SQLEXPRESS. So, in Hostname field we should provide something like IP\SQLEXPRESS, and then it will work properly. Also if you are connecting to a named instance or a port other than TCP port 1433, you must also open the UDP port 1434 for the SQL Server Browser service.
 
I also thought I knew that about SQL Express editions, so I tried about anything with the name 'SQLEXPRESS'.

It turned out that Plesk named the instance 'MSSQLSERVER2008'. Maybe that name has been set by the hoster?

I found out when I ran 'osql -L' in RDP.

Thanks for your help though and for your swift reply!
 
Back
Top