Warning: mssql_connect() [function.mssql-connect]: message: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. (severity 14) in \usr\local\htdocs\connect.php on line 5
We are using the following code for connectivity
mssql_connect('servername,port', 'username', 'password');
mssql_select_db("dbname");