Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
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 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.
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.
-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)
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."
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.