Tag: database administration

SQL Data Discovery and Classification

Database administration, SSMS, Work with data

With the recent data protection laws and the implementation of GDPR last year, it is imperative for...
Read More

SQL Server Database Tables Export and Import Methods

Database development, Tables

When working as a SQL Server database administrator or developer, you cannot live in your isolated SQL Server world without communicating...
Read More

Overview of DBCC SHRINKFILE Command

Database administration, Database development, Statements, Troubleshooting Issues

Running DBCC Shrink commands is quite a controversial issue across the SQL Server community. In this article, we will review details about...
Read More

How to Export Data to Flat File with BCP Utility and Import data with Bulk Insert

Database administration, Work with data

The BCP (Bulk Copy Program) utility in SQL Server allows database administrators to import data...
Read More

Overview of DBCC CheckDB Function

Database administration

Introduction Regular database maintenance is an important part of a Database Administrator’s job which helps to ensure that critically...
Read More

Running SQL Database Maintenance Tasks Using SQLCMD

Database administration

This article is about developing an advanced understanding of the Sqlcmd utility which lets you run T-SQL commands directly from the...
Read More

Transferring Jobs and Schedules between Instances using T-SQL

Languages & Coding, T-SQL

Introduction Quite often, there is a need to transfer Agent jobs to a different instance of MS SQL...
Read More

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, we’ll show how this can be done using the...
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...
Read More
Close