Author: Nisarg Upadhyay

Nisarg is a SQL Server Database Administrator and Microsoft certified professional who has more than 5 years of experience with SQL Server administration and 2 years with Oracle 10g database administration. He has expertise in database design, performance tuning, backup and recovery, HA and DR setup, database migrations and upgrades. He has completed the Bachelors in Information Technology from Ganpat University.

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

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 instance (FCI) on the primary node. First,...
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

Transact-SQL: Working With Strings

Languages & Coding, T-SQL

Microsoft SQL Server has many built-in functions that can be used to format the output and...
Read More

How to Update SQL Server Statistics for Big Tables

Database development, Tables

In my previous article, I have briefly covered database statistics, its importance, and why statistics should be updated. Moreover, I have...
Read More

T-SQL Regular Expression: LIKE Operator and Its Use-Cases

Languages & Coding, T-SQL • One Comment

A Regular Expression (Regex) is a rule defining how characters can appear in an expression. In essence, it is a sequence of characters or...
Read More

Calculate the median by using Transact SQL

Languages & Coding, T-SQL

The statistical median is the value which separates a dataset into halves – one comprises...
Read More

Update SQL Server statistics using a database maintenance plan

Database administration, Database Optimization & Structure

Database backups, integrity checks, and performance optimizations are core regular tasks of DBAs. The client data is very important for a...
Read More

Auto Create Statistics and Auto Update Statistics

Languages & Coding, SSMS, T-SQL, Tools & technologies

Statistics comprises lightweight objects that are used by SQL Server Query optimizer to determine the optimal way to retrieve data from the...
Read More

Several Ways to Insert Split Delimited Strings in a Column

Database development, Tables

In this article, I will demonstrate several ways to split the delimited string and insert it in...
Read More
Close