To move the MSDTC disk to another storage, we need to remove MSDTC from the cluster and then re-add to the cluster. To remove …
Read More »MSSQL
FIRST_VALUE Function in SQL Server(TSQL)
We have mentioned the LEAD and LAG functions announced with SQL Server 2012. In this article, we will examine the FIRST_VALUE function. Now let’s look …
Read More »LEAD and LAG Functions in SQL Server(TSQL)
As a consultant and training provider in business intelligence projects on SQL Server, some analytic functions I expected to be announced for a long time …
Read More »How To Move Quorum Disk To Another Storage
First, you should request two 5 GB disks from new storage. These 2 disks must be visible to all servers included in the windows …
Read More »MIN and MAX Functions in SQL Server(TSQL)
We find the minimum value in a column in a dataset, with the MIN Function and we find the maximum value in a column …
Read More »Validate Windows Cluster Configuration
In this article I will show you how to validate windows cluster configuration step by step with screen shots. You can perform validate configuration to …
Read More »COUNT_BIG Function in SQL Server(TSQL)
The COUNT_BIG function performs the same function as the COUNT function. The only difference is that the COUNT_BIG function returns the BIGINT value while …
Read More »Set a Database To Read Only Mode, Take Database Offline or Detach a Database
Sometimes we need to move the database from one instance to another instance. But we don’t dare to erase our old database right away. …
Read More »COUNT Function in SQL Server(TSQL)
We find the number of records in a data set with the Count function. For example, we can find the number of records in …
Read More »What is DeadLock in SQL Server
What is DeadLock? Although it is like a movie star, it causes serious problems in applications. If we want to briefly summarize DeadLock, two or …
Read More »