DevOps Solutions for Database Development Automation

Programming, SQL Server

What is DevOps? Database DevOps is a philosophy that comprises the following concepts: automating...
Read More

How to Capture and Analyze SQL Server Events

Database development, Events

When working as a SQL Server database administrator, you should have the skills to dive deeply into the ocean of the SQL Server Engine and...
Read More

Collation in SQL Server

Database administration, Work with data • One Comment

Introduction You must have already heard the term “Collation” in SQL Server. Collation is a configuration that determines how character...
Read More

Using Transaction ROLLBACK in SQL Server

Database administration, Statements, Transaction Log

Introduction Very recently, a colleague of mine came to me in desperation owning up that he had...
Read More

SQL Server High availability: Add new disk to an existing failover cluster instance

Database administration, Database Optimization & Structure

In my previous article, I have explained the step-by-step process of installing a node in existing SQL Server Failover Cluster Instance....
Read More

Automated testing of the desktop application: expediency and frameworks overview

Automation, Languages & Coding, Testing

Introduction You have certainly heard about regression and acceptance testing. But do you know how much is actually spent on acceptance...
Read More

Dynamic Data Masking in SQL Server for beginners

Database administration, Work with data

The article introduces the basics of dynamic data masking (DDM)  in SQL Server along with its...
Read More

SQL Always On Availability Groups: Computer Objects

Availability Groups, Database administration

SQL Server Always On Availability Groups is Microsoft’s latest technology for addressing the High Availability and Disaster Recovery...
Read More

Analytic Functions in SQL Server

Code Management, Tools & technologies

Aggregate and Analytic functions in SQL Server operate on a set of rows. However, unlike such aggregate functions as sum, count and average...
Read More

Ranking Functions in SQL Server

Database development, Statements

Suppose you are designing an SQL Server database application for a company’s CEO and you have to...
Read More
Close