Category: SQL Server

SQL Server Error Code – 45455 the operation failed because it is not s

In this blog post, you’ll learn more about the SQL Server Error Code 45455 and the error message description that is shown SQL Server Error Code 45455 SQL Server Error Description for the Code :45455 The operation failed because it is not supported on geo replicated databases. Logical Server ‘%.*ls’, Database ‘%.*ls’, ServiceLevelObjective ‘%.*ls’

SQL Server 2014 Tutorial – Assign TCP/IP Port to Database Engine

Problem Statement You need to change the SQL Server 2014 port number from 1433 to a different port number. Solution By default , SQL Server runs on the port number 1433. You can change it to different port number by following the below steps. 1. Open SQL Server 2014 Configuration Manager from the Windows Start menu. 2. In the left side bar of the Sql…