Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Open transactions on a database

    Hi,

    Not sure why the Where is in there, thought I had removed that already, obviously not!

    a CTE would be fine to hold the table names, but this runs just fine...

  • RE: Open transactions on a database

    Thanks, this is actually a very old revision which has since been revised.

    please see the revised version:)

    SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED

    USE [Master];

    SELECT mdsd.Name AS 'Database Name'

    , dmes.Host_Name AS...

Viewing 2 posts - 1 through 2 (of 2 total)