Forum Replies Created

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

  • RE: Case statement sytax help??

    Hmm, then that is strange, I can't see anything wrong with your Case statement, and in my own tests I can't reproduce the problem. Is it possible that the...

  • RE: Case statement sytax help??

    I'm not sure what you mean by 'not using the CASE'.

    In your code the Case is run on every record. One of three things can happen:

    If your carrier_id does...

  • RE: Interesting Query Challenge

    Thanks for all the ideas! I ended up going with the cross apply in this case, and it works great.

  • RE: Case statement sytax help??

    How about just using the keyword Not?

    As in,

    WHEN NOT P21PLAY.dbo.p21_view_oe_pick_ticket.carrier_id IN

  • RE: Execute Function for Selected Rows In A Table

    The only thing I could add is that maybe you could put the 'EXECUTE dbo.sp_Procedure' line inside the function, and then using the function in your select statement. Not...

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