Unfortunately, I don't think this module is the right one for you without making changes to it. BUT there is an interesting website that may or may not help you. Check this out Unix and MSSQL. There are several alternatives out there.. but you may be interested in Sybperl. From the site: Sybperl is the collective name for three different modules: DBD::Sybase, Sybase::CTlib and Sybase::DBlib. DBD::Sybase is a DBI driver using CT-Library, while the other two offers direct interfaces to the client library. As MSSQL::DBlib evolved from Sybase::DBlib, it would not be too much of a task to retarget MSSQL::Sqllib to use this library instead. In that case, you could use MSSQL::Sqllib.. but you'd need to modifiy it to fit your needs. You may want to use DBD::ODBC instead. Anyways, I hope this helps a bit. Wouldn't it be awesome if MS could interface a bit with Unix. (I guess.. when pigs fly.. who knows..)

Update: The documentation for DBD::FreeTDS is here

In reply to Sybperl is an interesting alternative by Moonie
in thread Ms SQL Server and perl. 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.