-
Changing Server Collation in SQL Server: A Step-by-Step Guide
21 June 2024Changing the collation of an SQL Server instance after installation is a significant task that requires careful planning and execution. Collation affects how data is sorted and compared, so it’s…
-
Discovering SQL Server TCP Port Configurations
18 June 2024In the realm of database administration, understanding and managing network configurations is paramount. SQL Server, like many database systems, relies on TCP/IP for network communications. Consequently, knowing which TCP ports…
-
Essential Guide For Regular SQL Server Patching
13 June 2024In the realm of SQL Server management, keeping up with service packs and cumulative updates is not just a recommendation—it’s a necessity. Understanding these updates and their importance can make…
-
Applying SQL Server Patches or Cumulative Updates in Always On Availability Groups
22 May 2024Introduction Keeping your SQL Server instances updated is crucial for security, performance, and stability. In this blog, we will go through the process of applying SQL Server patches or cumulative…
-
SQL Server Upgradation
13 January 2017What is SQL Server UPGRADATION? Upgrading means, migrating sql server old version to sql server 2012. Before upgradation we need to run upgrade advisor tool. Microsoft sql server 2012 upgrade…
-
SQL Server Migration
12 January 2017Migration means moving one (or) set of databases from one server to another server. SQL Server Migration Scenarios Scenario 1: As a part of launch, deployment in the production server…
-
SQL Server installation
6 January 2017Installation Whenever we want to start the installation of the SQL server we need to gather details of installation. SQL Server Versions Version (Name) RTM SP1 SP2 SP3 SP4 Sql…