• Something like below:

    From T1 (nolock)

    JOIN T2 (nolock) on cast(T1.ID as char(10)) = cast(T2.ID as char(10))

     

    I can't really help you more without the actual data types and some sample data.

    Signature is NULL