Question : Trouble with SQL server 2005 remote connection

I create a DB in SQL server 2005 in my server

Althoug I followed the insturctions in http://forums.asp.net/t/1499314.aspx for enable remote conections, im receiving the error:

An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified

This is when I try to connecto from an ODBC

What could be my error? i dont have experience in SQL Server 2005 so im not sure if I added correctly my DB, somebody can help me?

Answer : Trouble with SQL server 2005 remote connection

You will also need to create a login in SQL server for the windows login that you are using (unless that user is already a member of the BUILTIN\Administrators group on the SQL server machine).
Random Solutions  
 
programming4us programming4us