JOIN-VarBinary

  • Hi

    If I have 2 tables tbl1,id(varbinary(18)AS PK) and tbl1, having id(varbinary(18)AS PK) can I join the 2 tables on ID.

    Thanks

  • pzmrcd (10/17/2008)


    Hi

    If I have 2 tables tbl1,id(varbinary(18)AS PK) and tbl1, having id(varbinary(18)AS PK) can I join the 2 tables on ID.

    Thanks

    sure you can.


    * Noel

  • hi,
        I am having the same problem .
    my join is not working properly . Can some guru please help
    Thank you
    Zee

    SELECT *

      FROM [X].[dbo].[DomainCmsTde] dc

    full join   master.sys.certificates c on dc.thumbprint1 = CONVERT(varchar(max), c.thumbprint, 0)

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

You must be logged in to reply to this topic. Login to reply