Forum Replies Created

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

  • RE: Correct use of @variables and uniqueidentifiers

    Many thanks go out to everyone who contributed to this thread!!!

    I now have a working INSERT TRIGGER that accurately identifies and concatenates the email

    addresses of the Category Experts and...

  • RE: Correct use of @variables and uniqueidentifiers

    For some project scope insight:

    I am trying to develop a "feedback" form when peeps can inform Category specific Experts of a perceived problem along with their suggested solution.

    Users submit their...

  • RE: Correct use of @variables and uniqueidentifiers

    GilaMonster, GSquared, Jeff Moden,

    You guys are killing me here 😛 !!! I mean, "Pork chop thru the nose", now that's funny :w00t:.

    To quickly end the suspense, I am a less...

  • RE: Correct use of @variables and uniqueidentifiers

    Sergiy,

    Thank you for the fine examples you provided.:)

    Your second example is more inline with what I am trying to accomplish:

    DECLARE @catuid uniqueidentifier

    SET @catuid = '{FD45C3EE-4A1C-4BF9-8C68-E7085F0EA045}'

    SELECT email FROM tblExperts WHERE ExpertCategory...

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