http://www.perlmonks.org?node_id=184795


in reply to Re: linuxdata to MSSQL database
in thread linuxdata to MSSQL database

I just did this at our company. I used FreeTDS, DBI, and DBD::Sybase. Went rather smoothly. Didn't have to pay for any extra ODBC bridge stuff and made my boss happy:)

What version of MSSQL are you going to use? I'm only using 7.0 and I know the Sybase module works well up to this point. But I'm not sure about MSSQL 2000.

Also, if you decide to try FreeTDS you'll have to go through FreeTDS.org and get on the mailing list. It is very helpful.

peppiv