Help with DBI and SQL Server

2008-08-18 Thread anthony . okusanya
Hello all I am trying to use a perl script to pull information from a SQL 2000 database The problem I am having is with authentication using an Active directory account. The script works just fine if I use an account defined in SQL. below is my sample script use DBI; my

Re: Help with DBI and SQL Server

2008-08-18 Thread Jenda Krynicky
From: [EMAIL PROTECTED] Hello all I am trying to use a perl script to pull information from a SQL 2000 database The problem I am having is with authentication using an Active directory account. The script works just fine if I use an account defined in SQL. below is my sample