Database Optimization & Structure

How to create Transactional Replication

Database administration, Database Optimization & Structure

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

Creating Database Maintenance Plans

Database administration, Database Optimization & Structure

Using database maintenance plans, we can automate basic database administration activities. Maintenance plans are SQL Server integration...
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

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

Configuring Heterogeneous Database Replication – SQL Server to Oracle

Database administration, Database Optimization & Structure

Introduction SQL Server Replication is an SQL Server feature that allows us to transfer data from one instance to another for such purposes...
Read More

How to Copy SQL Server Databases from One Instance to Another

Database administration, Database Optimization & Structure

Copying or moving databases is one of the most common tasks for data professionals who regularly deal with deploying scripts or new...
Read More

Missing Indexes in MS SQL or Optimization in no Time

Database administration, Database development, Database Optimization & Structure, Indexes • One Comment

When executing a query, the SQL Server optimizer tries to find the best query plan based on...
Read More

Database Optimization: Indexes

Database administration, Database development, Database Optimization & Structure, Indexes

I noticed that very few people understand how indexes work in SQL Server, especially Included Columns. Nevertheless, indexes are the great...
Read More

How to Analyze Activity of One Database in SQL Server

Database administration, Database Optimization & Structure

Using one SQL Server instance for many projects is not unusual. However, defining the most active project may be quite difficult. Today, I...
Read More

Analysis of MS SQL Server for Those Who See It for the First Time

Database administration, Database Optimization & Structure

What Problems Will We Consider? If the server notifies “there is no more space on the E...
Read More
Close