in reply to Cannot connect to SQL Server 2000 using DBI
Have you confirmed that DBI is loaded on your system? (What platform? What version of Perl?)
You also should add a DBD module. When connecting to a SQL Server I tend to use DBD::ODBC. Look into the documentation. Do a super search on DBI and DBD::ODBC.
In Section
Seekers of Perl Wisdom