Tag: sql server

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...
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 overview supported by a simple example...
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...
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 display the fifth most highly paid...
Read More

Automating the Tabular Model Processing of Analysis Services (SSAS) Databases in SQL Server

Automation, Database administration

This article talks about automating the processing of the Analysis Services database in SQL Server. Automation is one of the most important...
Read More

Installing SQL Server Failover Cluster Instance – Part 1

Database administration, Database Optimization & Structure • One Comment

In this article, I am going to explain the process of installing SQL Server on failover cluster...
Read More

Automate Database Test Restore in SQL Server

Automation, Database administration, Testing

This article talks about automating the database restoration process which is often done manually by the DBA or the infrastructure team...
Read More

T-SQL Regular Expressions: SUBSTRING, PATINDEX and CHARINDEX

Languages & Coding, T-SQL

In my previous article about T-SQL regular expressions, I have explained the LIKE operator, its usage and provided several examples with...
Read More

Basics of SQL Server Task Automation

Automation, Database administration

This is an introductory article about automation in SQL server primarily focused on the basic...
Read More
Close