• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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