2012-04-26 (first published: 2012-04-02)
1,028 reads
2012-04-26 (first published: 2012-04-02)
1,028 reads
2012-04-25 (first published: 2012-04-02)
2,246 reads
2012-04-24 (first published: 2012-03-30)
1,845 reads
This script will list the operators that have jobs
that are configured to notify them with alerts.
2012-04-23 (first published: 2012-03-29)
989 reads
The scripts provided below will show you the "Recovery Mode (Model)" for any given database
2012-04-19 (first published: 2008-03-18)
1,996 reads
Procedure to find any object such as table/stored procedure by its name, or find for ant text inside stored procedures, functions.
2012-04-18 (first published: 2008-05-28)
2,985 reads
2012-04-17 (first published: 2008-02-15)
7,415 reads
A script to check the owners, collations and backups on the server.
2012-04-16 (first published: 2007-10-19)
2,630 reads
2012-04-13 (first published: 2007-10-19)
3,387 reads
Restore server/database users and roles from another server when we are restoring databases to another server.
2012-04-12 (first published: 2007-10-23)
3,112 reads
By Chris Yates
I get asked a lot about why or how I began working with databases...
By Steve Jones
Earlier this year I visited a customer that was using the Redgate Monitor webhook...
By Zikato
TSQL ScriptDOM is a useful library for parsing scripts into an abstract syntax tree....
Comments posted to this topic are about the item SQL Server 2025 Unveiled: The...
Hi, we lost our sever sql2000 To restore database to a new one we...
Comments posted to this topic are about the item Do You Really Need HA?
I run this code:
create database experiment
go
use Experiment
go
select DATABASEPROPERTYEX('Experiment', 'LastGoodCheckDbTime')
What is returned? See possible answers