Tag: ssms

Creating and Deploying Multiple Versions of Database through Schema Snapshots

Database administration, Database Optimization & Structure

Overview This article talks about using database schema snapshots to maintain different versions of...
Read More

How to create Snapshot Replication

Database administration, Database Optimization & Structure

The concept of snapshot replication is simple. It generates and distributes the snapshot of schema and data of articles, appeared at a...
Read More

How to create Transactional Replication

Database administration, Database Optimization & Structure

In this article, I am going to demonstrate how to create transactional replication. Transactional replication generated a snapshot of...
Read More

Simplifying Unit Testing Main Stored Procedure Which Also Calls a Utility Procedure

Database development, Stored Procedures, Testing

This article provides a walkthrough of database unit testing a stored procedure which contains a...
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

Main Usage of sys.dm_os_wait_stats

Database administration, Database development, Troubleshooting Issues, Views

As you know, the main responsibility of the database administrator lies in the monitoring of the SQL Server performance and intervening in...
Read More

Compare Execution Plans in SQL Server

Database administration, Database Optimization & Structure

Database Administrator always makes an effort to tune SQL Server query performance. The first step...
Read More

SQL Server IntelliSense and Autocomplete

SSMS, Tools & technologies

Starting from SQL Server 2008, Microsoft introduced a new feature in the SQL Server Management Studio that helps the database developers...
Read More

SQL Server Management Studio (SSMS) Registered Server

SSMS, Tools & technologies

Managing numerous database servers in an organization is difficult. Either we must maintain a list or maintain an Excel file that has a...
Read More

Registered Server, a Hidden Gem of SQL Server Management Studio

SSMS, Tools & technologies

Managing numerous database servers in an organization can be performed using the PowerShell scripts...
Read More
Close