in reply to Accesing "MS SQL Server"

Read Accessing Microsoft SQL Server from Linux using DBD::Sybase (including the replies) from the tutorials section, as well as Yes, even you can use CPAN.

Update: Hang on, which operating system are you using?

Replies are listed 'Best First'.
Re^2: Accesing "MS SQL Server"
by rgcosma (Beadle) on May 26, 2010 at 22:38 UTC
    If you will use FreeTDS, do remember that it doesn't support placeholders, i.e. $dbh->prepare("select * from table where something=?","parameter value")