Forum Replies Created

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

  • RE: Holy Dynamic GUID Batman!

    This is really good stuff. Thank you all for being so helpful

  • RE: Holy Dynamic GUID Batman!

    Brilliant

    If only I would have known all this before. Probably would have saved some hair

  • RE: Holy Dynamic GUID Batman!

    Rahah! I've got it. Get rid of NULL and do 0x00

    CREATE PROCEDURE SampleProc

    @a uniqueidentifier,

    @b-2 uniqueidentifier,

    @c uniqueidentifier

    AS

    -- convert NULL parameters to 'empty' values

    -- NULLs cannot be correctly compared using this pattern

    SET...

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