Forum Replies Created

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

  • Reply To: sp_who4

    Running this against a SQL 2016 server, I have found numerous instances where wait_description is not null and hid is null.  I changed the following statement as follows:

    original:

    INSERT [#obct_locks]([hid],

    [wait_description],

    [dbid],

    [associatedObjectId])

    SELECT [blk].[hid],...

  • RE: Enumerate Windows Group Members

    Thanks very much for the script. My only problem is that I live in a case sensitive world so I had to modify the create #TMP table to use...

  • RE: BCP hangs in T-SQL not at DOS prompt

    Check for uncommitted transactions.

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