You must compare INT type T-SQL variables to a zero default instead of doing the ISNULL thing with them.
This isn't true at all. Use IS NULL not ISNULL ...er, that is to say I think I accidentally used ISNULL where I attempted an IS NULL comparison which obviously won't work.
No comments:
Post a Comment