Forum Replies Created

Viewing 5 posts - 1 through 6 (of 6 total)

  • RE: Is it possible to move database from sql server 2005 to server 2000 ..??

    I had the joy doing this little exercise last year. There is nothing to complex with this tasks. It is just @#$# work.

  • RE: How to verify DB is in use

    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

  • RE: How to verify DB is in use

    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...

  • RE: How to verify DB is in use

    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: ...

  • RE: Monitoring Drive and Database Free Space

    The links to the Stored Procs are broken. Does anybody stil have the code or a new link to the SP's

Viewing 5 posts - 1 through 6 (of 6 total)