Viewing 2 posts - 1 through 3 (of 3 total)
This is a single insert only situation so works fine, thx for the replies
May 10, 2008 at 10:53 pm
#813518
Figured it out ....
IF EXISTS (SELECT creatorid FROM Inserted WHERE creatorid IS NOT NULL)
BEGIN
IF NOT EXISTS (SELECT 1 FROM Inserted AS i JOIN dbo.Users AS u ON...
May 8, 2008 at 12:58 pm
#812633