Tag: database administration

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

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 FILESTREAM-enabled database and tables. Moreover, I...
Read More

SQL Database Administrator Interview Tips

Database administration

Interview is the most significant step of SQL database administrator recruitment. During the interview, a technical person or interviewer...
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...
Read More
Close