No I have not attempted any code. The issue just came up late yesterday. So I have been contemplating the best way of doing it. I am working on it today. All I want to do is compare the data row by row. The tables are all the same. They are system tables in sybase. We had some issues arise with our roles and want to verify that we are synchronized accross ENV. Each instance of sybase is running on it's own box. I would like this to be something we could use in the future. I guess I see it taking a long time because I would have to build an array for each table and then compare each array to the other e.g. a1 compares to a2, a3, a4, a5, a6, a7
a2 compares to a3, a4, a5, a6, a7 ...
If in the future we want to do this with some larger tables it might be really tedious. Just some ideas not looking for new applications just something quick that might have some future value.

In reply to Re^2: Comparing tables over multiple servers by mnlight
in thread Comparing tables over multiple servers by mnlight

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.