Tag: database administration

Implementing Automated Database Backup and Restore with Default Means

Automation, Database administration

Introduction You can find a lot of guides on how to backup and restore databases. In this one,...
Read More

Automatic Deletion of Forgotten Transactions in MS SQL Server

Automation, Database administration, Transaction Log

Introduction It is often the case when an MS SQL Server transaction is being forgotten by the initiator. The best example would be the...
Read More

Auto-Email System to Send Database Summary Report

Automation, Database administration

Database monitoring is the most essential job of any database administrator. Big organizations and companies have multiple database servers...
Read More

SQL Server Database Replication

Database administration • One Comment

Database replication is the technology to distribute data from the primary server to secondary...
Read More

Overview of Data Compression in SQL Server

Database administration, Work with data

The database is a critical and vital part of any business or organization.  The growing trends predict that 82% of enterprises expect...
Read More

Navigating SQL Server Error Logs

Database administration, Troubleshooting Issues

Introduction One of the key skills you need as a database administrator or an IT person is generally the ability to monitor systems very...
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...
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

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...
Read More
Close