Move System Databases in the SQL Server Failover Cluster
Recently, I was assigned to a project – our customer purchased a new SAN, and they wanted us...
Filtering Data in T-SQL
Introduction In most scenarios when working with data, users do not require all the data in each instance of a query. T-SQL (and SQL of...
DevOps Solutions for Database Development Automation
What is DevOps? Database DevOps is a philosophy that comprises the following concepts: automating the development, deployment,...
How to Capture and Analyze SQL Server Events
When working as a SQL Server database administrator, you should have the skills to dive deeply into...
Collation in SQL Server
Introduction You must have already heard the term “Collation” in SQL Server. Collation is a configuration that determines how character...
Using Transaction ROLLBACK in SQL Server
Introduction Very recently, a colleague of mine came to me in desperation owning up that he had issued an update statement without a WHERE...
SQL Server High availability: Add new disk to an existing failover cluster instance
In my previous article, I have explained the step-by-step process of installing a node in existing...
Automated testing of the desktop application: expediency and frameworks overview
Introduction You have certainly heard about regression and acceptance testing. But do you know how much is actually spent on acceptance...
Dynamic Data Masking in SQL Server for beginners
The article introduces the basics of dynamic data masking (DDM) in SQL Server along with its overview supported by a simple example...
SQL Always On Availability Groups: Computer Objects
SQL Server Always On Availability Groups is Microsoft’s latest technology for addressing the High...