What should my PDO constructor/DSN/connection string look like to connect to a SQL Server 2005 database?
$dbh = new PDO('??');
What should my PDO constructor/DSN/connection string look like to connect to a SQL Server 2005 database?
$dbh = new PDO('??');
Look at the Connection Strings site. It always helps me, or this post.