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.

Creating Database Maintenance Plans

Database administration, Database Optimization & Structure

Using database maintenance plans, we can automate basic database administration activities....
Read More

Configuring Database Mail in SQL Server

Database administration, Database Optimization & Structure • One Comment

SQL Server Database Mail has been introduced in SQL Server 2005. Database Mail is a component that can send emails using SQL Server Engine....
Read More

Backup and Restore FILESTREAM-Enabled Database

Database administration, Work with data

In my previous articles, I explained how to create and configure the FILESTREAM feature in SQL server instance. Moreover, I demonstrated...
Read More

Storing Files in SQL Database Using FILESTREAM – Part 2

Database administration, Work with data

In my previous article, I described how to configure FILESTREAM in SQL Server, create...
Read More

Storing Files in SQL Database Using FILESTREAM – Part 1

Database administration, Work with data

FILESTREAM has been introduced by Microsoft in 2008. The purpose was to store and manage unstructured files more effectively. Before...
Read More

Moving Existing Table From Primary Filegroup to Different Filegroup

Database development, Tables

In this article, I am going to explain how to move a table from the Primary filegroup to the Secondary filegroup. First, let’s understand...
Read More

Run Excel Macro using SSIS Script Task

Business intelligence, SSIS

When we export data from SQL server table to excel file by using SQL Server integration service...
Read More

Conditional Split Transformation: Export Data from SQL Server into Oracle and MySQL Databases

Business intelligence, Database administration, SSIS, Work with data

In this article, I have explained how we can divide and export data of SQL Server database table into Oracle and MySQL databases. That...
Read More

Export data from SQL Server to Excel and Text file via using SSIS package

Business intelligence, Database administration, SSIS, Work with data

While using the SSIS data flow, we can perform ETL task that can be used for data migration, data offloading, design and implementation of...
Read More

Exporting Oracle Table to Excel Worksheet

Database administration, Database development, Tables, Work with data

In this article, I will explain how we can divide and export data of an Oracle database table into...
Read More
Close