Viewing 5 posts - 1 through 6 (of 6 total)
I had the joy doing this little exercise last year. There is nothing to complex with this tasks. It is just @#$# work.
February 8, 2010 at 2:01 am
Just another thing this script also indicates system databases as not being in used. This can be dangerous if you allow your junior DBA to do database clean ups
October 26, 2007 at 3:40 am
This code is great for looking at if the databases are being used at that point in time, if iwant to archive or remove a database from a server I...
October 26, 2007 at 3:36 am
Try this I have used it and it does work, but I would suggest testing it first.
All credit should go to the author of this script
Robin Bäck (robin@robbac.com)
*****************************************************
DECLARE@dbVARCHAR(255),
@intervalINT,
@stopatDATETIME,
@totalusersINT,
@reportfileVARCHAR(500)
/*************************************************************************************
**PURPOSE: ...
October 24, 2007 at 3:28 am
The links to the Stored Procs are broken. Does anybody stil have the code or a new link to the SP's
October 8, 2007 at 6:32 am
Viewing 5 posts - 1 through 6 (of 6 total)