Introduction MSSQL is an open-source, relational database management system (RDBMS) based on structured query language (SQL). MSSQL is available on all major operating systems, including Windows, Linux, and Solaris. It is free to use for individuals and non-production environments under the GNU General Public License; however, if used commercially, a… Continue Reading How to reset the ‘sa’ user password of a Microsoft SQL Server instance on a Windows server with Plesk

How to make MSSQL to Listen on Port(1433) on MSSQL Server Date Posted: 29-09-2017 After installing MSSQL, it was not listening to default port 1433. In this post, we will explain on how to make mssql to listen on default port 1433. Resolution: Open Sql Configuration Manager. Click on Sql Server Management… Continue Reading How to make MSSQL to Listen on Port(1433) on MSSQL Server