You will need to talk to your unix sa and request ODBC drivers be purchased/installed.

should then be able to connect to MSSQL, although I am sure it's not nearly as straightforward as using DBI on the unix box to connect to a RDBMS like Oracle via SQL*Net.

I think the answer in the other identical post may have some real merit. Perhaps just do the perl on the MSSQL box via Win32::ODBC, and call it via TCPIP from the unix box, passing delimited data. At least this scenario can be done yourself (with a bit of research) as you can just get Win32::ODBC and immediately connect locally on NT. and you can code the perl on the unix box using TCPIP sockets (lots of code on this site to accomplish that).

good luck, you certainly got an interesting assignment...be sure to post the results of your quest!


In reply to Re: Microsoft SQL to Unix command by wardk
in thread Microsoft SQL to Unix command by hacker_j99

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.