This documentation is archived and is not being maintained. To enhance security, Microsoft Windows XP Professional Service Pack 2 (SP2), Windows Server 2008, and Windows Vista all turn on the Windows Firewall. When SQL Server Developer, Express, or Evaluation is running on Windows XP Professional and you want to connect to this instance from another computer…
This is one of those silly little things that comes along every so often just to mess with your head, and to cause some issues. Of course it has to happen at a time when you really want to connect to the remote machine and do some work. This week I was at a training event for internal Microsoft engineers, and when back at the hotel I tried to connect to one of…
Applicable to: Plesk Onyx for Windows Plesk 11.5 for Windows Plesk 12.0 for Windows Plesk 12.5 for Windows Symptoms Unable to access MSSQL Server instance. The following warning appears in Tools & Settings > Database Servers rs: Warning: Unable to determine the TCP port number used by Microsoft SQL server .\\MSSQLSERVER2014 : TCP/IP protocol is…
This documentation is archived and is not being maintained. If enabled, the default instance of the SQL Server Database Engine listens on TCP port 1433. Named instances of the Database Engine and SQL Server Compact 3.5 SP2 are configured for dynamic ports. This means they select an available port when the SQL Server service is started. When you are connecting…
There are plenty of tutorials out there that explain how to configure an MS SQL Server alias. However, since none of them worked for me, I wrote this post so I ll be able to look it up in the future. Here s what finally got it working for me. My Use Case In my development team at work, some of our local database instances have different names. Manually adapting…
Configuration of SQL Server on Linux with mssql-conf As per Microsoft documentation, mssql-conf is a configuration script that installs with SQL Server vNext CTP 1.2 for Red Hat Enterprise Linux, SUSE Linux Enterprise Server, and Ubuntu. We can use this utility to set the following parameters: TCP port: Change the port where SQL Server will listen for connections…
In this very short video, I walk you through the step by step process of opening the 1433 firewall port for SQL Server. I am doing it because I am setting up a new System Center Operations manager server but the procedures would be the same for any other application that uses SQL Server for the database backend. Full Details on opening ports for SCOM can be found…