Tag: sql server

Consolidating SQL Server Instance by Clustering and Stacking

Database administration, Performance Tuning

NOTES: Windows Failover Clustering comprising two nodes. Two SQL Server Failover Cluster Instances....
Read More

Understanding Data Sharing in SQL Server Docker Containers

Containers, Docker, Tools & technologies

In the previous articles, “Introduction to Docker and Docker Toolbox” and “Docker and SQL Server on Linux“, we...
Read More

Understanding GROUPING and GROUPING_ID Functions in SQL Server

Database development, Statements

The ROLLUP and CUBE operators are used to return results aggregated by the columns in the GROUP BY clause. The GROUPING and GROUPING_ID...
Read More

Different Ways to Compare SQL Server Tables Schema and Data

Database development, Tables, Work with data

SQL Server provides us with different solutions to replicate or archive a database table or tables...
Read More

Registered Server, a Hidden Gem of SQL Server Management Studio

SSMS, Tools & technologies

Managing numerous database servers in an organization can be performed using the PowerShell scripts but it requires some complex PowerShell...
Read More

SQL Server Management Studio (SSMS) Registered Server

SSMS, Tools & technologies

Managing numerous database servers in an organization is difficult. Either we must maintain a list or maintain an Excel file that has a...
Read More

Main concept of SQL Server locking

Database administration, Security

In this post, we will discuss the SQL Server lock mechanism and how to monitor SQL Server locking...
Read More

Migrating SQL Server Database to Azure SQL (PaaS)

Azure, Cloud

In this article, we will highlight SQL Server Data migration to Azure SQL (PaaS).  You can find different approaches for this...
Read More

Configuring Heterogeneous Database Replication – SQL Server to Oracle

Database administration, Database Optimization & Structure

Introduction SQL Server Replication is an SQL Server feature that allows us to transfer data from one instance to another for such purposes...
Read More

Logon Triggers in SQL Server

Database development, Triggers

A logon trigger, as the name suggests, is a trigger that fires in response to a LOGON event in SQL...
Read More
Close