Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SQL Hierarchy Pointers

    I guess you can use @@rowcount, thanks to this script.

    The NOT IN can be replaced by a left outer join, which could be a little faster.

    BEGIN

    Declare @AnyMgtId Int -- a...

Viewing post 1 (of 1 total)