SQL Server Restart or Cluster Failover Notification
How to create an automatic SQL restart or failover notification.
2018-06-22 (first published: 2015-12-10)
6,481 reads
How to create an automatic SQL restart or failover notification.
2018-06-22 (first published: 2015-12-10)
6,481 reads
Learn how to find who has changed permissions from the default trace
2015-10-13
5,875 reads
Most DBA's would like to be notified when automatic database file growth occurs. This script will log file growth. It will not log file shrink but could be easily modifed to do so.Script does the following: 1. create tables to store server list, current & historical file sizes and actual growth for each database file […]
2005-11-29 (first published: 2005-07-21)
2,038 reads
By Arun Sirpal
I always follow a contained user model when setting up users within my Azure...
By Steve Jones
Another post for me that is simple and hopefully serves as an example for...
By Steve Jones
I started to add a daily coping tip to the SQLServerCentral newsletter and to...
When I do "select * from ... " from a large table, the result...
Comments posted to this topic are about the item Reading a Specific File from...
Comments posted to this topic are about the item Distributed SQL Databases