[Re-post] The 10 Benefits of Monitoring for Leaders

A third-party database monitoring tool is an investment that drives enormous value for the bottom line of a business in ten key ways, from simplifying cloud migration to retaining talent. Here's how.
The post [Re-post] The 10 Benefits of Monitoring for Leaders appeared first on SQLServerCentral.

Recover Recently Closed Tab in SSMS

Learn different ways to recover a T-SQL script when using SQL Server Management Studio if SSMS is accidently shutdown without saving the script.
The post Recover Recently Closed Tab in SSMS appeared first on SQLServerCentral.

The benefits of database change management

Using a change management system for database code is a new idea for many database administrators. Grant Fritchey explains the many benefits of database change control.
The post The benefits of database change management appeared first on SQLServerCentral.

Dealing with Transaction Log Growth

Introduction Relational databases are designed to track changes introduced to a database by data modification language (DML) commands. The fundamental reason for this construct is to ensure that changes are durable and that they can be rolled back reliably. The typical DML command used in SQL are INSERT, UPDATE and DELETE. When INSERT introduces new […]
The post Dealing with Transaction Log Growth appeared first on SQLServerCentral.

Why Database Monitoring Tools are Important for Senior Leaders

Matt Gordon is a Microsoft Data Platform MVP and the Director of Data and Infrastructure at Rev.io. In this short video, he talks us through the 3 key reasons database monitoring tools are essential for him as a Director, and how they help him to lead a team successfully and productively.
The post Why Database Monitoring Tools are Important for Senior Leaders appeared first on SQLServerCentral.

Working with MySQL stored functions

Stored functions in MySQL return a scalar value and can be used in a SQL statement. In this article, Robert Sheldon explains how to create and use a MySQL stored function.
The post Working with MySQL stored functions appeared first on SQLServerCentral.