TSQL Search and Compare

  • I have 2 tables each having same column but data in one column differs from the other.

    Ex tableA has col1 varchar(255)

    data is

    /aaa/bbb/ccc/mytest.xml

    /bbb/nnn/mmm/mytest1.xml

    ooo/ppp/bbb/mytest2.xml

    TableB has col1 varchar(255)

    data is

    /aaa/bbb/ccc/mytest89.xml

    /bbb/nnn/mmm/mytest1.xml

    ooo/ppp/bbb/mytest2.xml

    Now record 1 in both tables differ in the xml filename, 1st case its 'mytest.xml' and 2nd table its 'mytest89.xml'. Is it possibel using tsql function to extract all records where only the filename differs. Any help on this will be greatly appreciated. TIA

  • Take a look at the code attached. I tried posting it in this thread, but once again I seem to be having issues again.

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

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