Database administration

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

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 to another database, or the same...
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 with SQL Server standard dynamic...
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...
Read More

How to Copy SQL Server Databases from One Instance to Another

Database administration, Database Optimization & Structure

Copying or moving databases is one of the most common tasks for data professionals who regularly deal with deploying scripts or new...
Read More

Performing Data Changes Audit Using Temporal Table

Database administration, Tables, Work with data

SQL Server 2016 has introduced a feature called ‘System versioned temporal table’. Using normal table, you can retrieve current data;...
Read More

Planning of Disk Space for Databases

Database administration, Memory Optimization

Do you think about something when you create a new database? I guess that most of you would say no,...
Read More

How to Handle Errors in SQL Server Nested Transactions

Database administration, Troubleshooting Issues

In this article, we will explore SQL Server Nested Transactions, a transaction block with one or several transactions. The image describes...
Read More

Read-only Routing for an Always On

Availability Groups, Database administration

As DBAs, we generally come across our clients complaining that the current Production Server is not able to hold the load on the server and...
Read More

Art of Isolating Dependencies and Data in Database Unit Testing

Database administration, Database development, Testing, Work with data

All the database developers more or less write database unit tests that not only help in detecting...
Read More
Close