Tag: performance

How to Move Datafiles in SQL Server – Part 1

Database administation, Work with data

Introduction There are a number of situations which would warrant the movement of database files or...
Read More

Basics of sys.dm_exec_requests

Database administation, Perfomance Tuning

Performance monitoring and troubleshooting in SQL Server is a vast topic. In SQL Server 2005, dynamic management views, also known as...
Read More

Main Usage of sys.dm_os_wait_stats

Database administation, Database development, Troubleshooting Issues, Views

As you know, the main responsibility of the database administrator lies in the monitoring of the SQL Server performance and intervening in...
Read More

How SQL Server 2016 Took Azure SQL Data Warehouse to Next Level

Azure, Cloud

Azure SQL DW (SQL Data Warehouse) is a massively parallel, petabyte-scale, cloud solution for data...
Read More

Consolidating SQL Server Instance by Clustering and Stacking

Database administation, Perfomance Tuning

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

Main concept of SQL Server locking

Database administation, 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

Choosing Azure SQL Purchase Model and Service Tier

Azure, Cloud

When we are beginning to think of migrating our on-premises databases to Azure SQL, we have to...
Read More

SQL Server TempDB Monitoring by Using Dynamic Management Views (DMV)

Database development, Views

What is TempDB in MS SQL Server? TempDB is a system database in Microsoft SQL Server used as a store of internal objects, row versions,...
Read More

Identifying and Fixing Forwarded Records Performance Issue

Database administation, Troubleshooting Issues

Before going through the Forwarded Records performance issue and resolving it, we need to review the structure of the SQL Server tables....
Read More

Monitoring Azure SQL Database with Azure SQL Analytics

Azure, Cloud

The most important and challenging responsibility of a database administrator is monitoring...
Read More
Close