I'm trying to connect to a MS SQL Server Express 2005 using PDO for ODBC, but I need the DSN string. I tried with:
$dsn = 'odbc:DRIVER={SQL Server};HOSTNAME=CCTPV608SQLEXPRESS;DATABASE=db_ibripos';
but it doesn't work, please help.
Have you tried this
http://php.net/manual/de/ref.pdo-dblib.php#66917
Hai, friends anybody explain the different types of BACKUPs available in SQL Server 2005