Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Kill All User Sessions

    I used a modifed version to block users from my database. Instead of using a cursor you can use...

    declare @out nVarchar(4000)

    SELECT @out = COALESCE (RTRIM(@out)+'...

Viewing post 1 (of 1 total)