Forum Replies Created

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

  • RE: Table Comparison Procedure

    Of course.

    Here's an outline of how the stored procedure could look. One should probably add more (better say any;) ) input verification, but--as far as I've tested it--it works correctly.

    You...

  • RE: Table Comparison Procedure

    Am I missing something or does the script mishandle nulls?

    Basically, it's always generating "where x = isnull(y, 0)" comparisons which evaluate true for x=0 and y=null.

    Paul White has a great...

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