• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

MSSQL 2005 Express on 8.2

Yep, MSSQL supports multiple instances since version 2000.
You can integrate these instances with Plesk.
You should go to Plesk > Database Servers > Microoft SQL Server and add instance.
 
i have done all but ...

Hi,

i have tried to do same but i cant.

I have a question what is the default user name and password for SQLExpress
I get the following error : Error: Test connection to the database server has failed because of network problems:

[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
 
Re: i have done all but ...

Originally posted by hamed23100
Hi,

i have tried to do same but i cant.

I have a question what is the default user name and password for SQLExpress
I get the following error : Error: Test connection to the database server has failed because of network problems:

[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.

There is not "the default user name and password for SQLExpress".
By default SQL Express is installed with "Windows Authentication" only.
However Plesk requires (by some reasons but we will fix it in future versions) yet "SQL Authentication".
You should switch SQL Express to "Mixed mode" and specify password for "sa".
Next you can use "sa" with known password in Plesk.
 
how cani change it

Hi,

I dont know how can i change to mixed mode, Can you please tell me that?

Regards,
Hamed
 
-Load SQL Server Management Studio Express
-Login with the default user
-Right click on the Server -> Properties
-Under "Select a page" goto Security.
-Server Authentication, select "SQL Server and Windows Authentication mode"
-OK, out of it all and your done. (wouldn't hurt to restart the services)
 
not yet connected

Hi,

I have done all you said but still while i want to add SQLEXPRESS i get the following error "Error: Test connection to the database server has failed because of network problems:

[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied."

How can i solve it?
 
Hi,


i have the same Error on the installation.

Mixed Modus are active. But when i enter the Login Data it dosn't work.
Error msg:

PHP:
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied

How can i fix the Problem?
 
SQLExpress needs the server name as "computername\instancename". You can get this by opening Management Studio on the server. It will show you the name of the server to connect.
 
Back
Top