In this article I will tell you how to add the MS DTC service to the windows cluster. First, we open Disk Management. You …
Read More »MSSQL
Numa Nodes, MAX/MIN Server Memory, Log Pages In Memory and MAXDOP
In this article, we will examine the settings that should be done on a Numa Node system. You must make these settings on systems …
Read More »What is Buffer Pool Extension
Buffer Pool Extension is a feature that was introduced in SQL Server 2014. With this feature, SQL Server uses the disk we specified for …
Read More »About SQL Server and Comparison with Other Relational Database Management Systems
SQL Server is a relational database management system (RDBMS) that Microsoft has provided to us. You can find a lot of articles about SQL Server …
Read More »How Do We Get Over an Interruption With Minimal Damage?
A few weeks ago a client called around 11:00 pm and said that they received an error in a very critical Microsoft SQL Server …
Read More »SQL Server AlwaysOn Availability Groups step by step
I will configure SQL Server AlwaysOn Availability Groups step by step in this article. First I want to tell about SQL Server Alwas ON. What …
Read More »How To Execute a Script on Multiple Instance with Registered Server
Sometimes you may want to execute a script in more than one instance. It is a solution to connect to each instance individually, but …
Read More »How To Migrate MSSQL Server Logins To Another Instance
Step 1: Create SP sp_help_revlogin on master database of Source / Primary instance The following script create two stored-procedures. You will use the first one …
Read More »SQL Server Availability Group Failover Process
Sometimes you may need to restart one of the Always On servers. In such a case, you will need to failover the Availability Group …
Read More »SQL Server Availability Group Databases Synchronization Status
Sometimes you may need to restart one of the servers you use Always ON. Suppose you have 2 servers and that you have 10 …
Read More »