correct you pwd!
Go to `Enterprise Manager` -/> `Microsoft SQL Servers` -/> `SQL Server Group` -/> `(local) (Windows NT)` -/> "Securety" =/> 'Logins' => [Select "sa" or that evert username you use! => `Right Click` => `Properties` -/> "Password" -[and enter the new one]!
Code:
$db = &ADONewConnection('mssql');
$connect_mssql = $db->Connect($muweb['dbhost'],$muweb['dbuser'],$muweb['dbpassword'],$muweb['database']);
if (!$connect_mssql) die("<img src=images/warning.gif> [b]Connection with SQL Server failed! Error #119[/b]");
}