Viewing 2 posts - 1 through 2 (of 2 total)
I also realised that, but only after I had already submitted the post. 🙂
No check is necessary if using the LEFT OUTER JOIN, and the INSERT can follow the...
September 9, 2010 at 1:13 am
#1218404
Hi,
Why don't you try this instead of using IF @@ROWCOUNT = 0:
IF EXISTS (SELECT *
FROM...
September 8, 2010 at 10:29 pm
#1218351