Forum Replies Created

Viewing 4 posts - 16 through 19 (of 19 total)

  • RE: Where clause based on case

    Is there a way to do this with a range of dates too?

    Thanks so much!

  • RE: Select Top w/ variable?

    @orig_free_qty numeric(4),

  • RE: Select Top w/ variable?

    When I do this:

    SELECT @orig_free_qty = 9

    SET ROWCOUNT @orig_free_qty

    UPDATE @Orig_Calendar Set orig_free_day = 1  

     

    I get this:

    Invalid argument for SET ROWCOUNT. Must be a non-null non-negative integer.

  • RE: 2 Questions please

    Thank you all for your suggestions and help. It fixed me up just great and my performance is much better. I appreciate you taking the time as it has helped...

Viewing 4 posts - 16 through 19 (of 19 total)