I share two computer with local network
- computer1 : Windows XP, ip = 192.168.0.1
- computer2 : Windows 7 , ip = 192.168.0.2
Now I want to connect to a SQL Server 2005 database that exists on computer1 from copmuter 2 with a win app
I use below connection string and check Surface Area Configuration for Services and Connections but I get an error:
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible.Verify that the instance name is correct and that SQL Server is configured to allow remote connections.SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified
Connection string:
Data Source=192.168.0.1;Initial Catalog=DBName;Integrated Security=True
and
Data Source=192.168.0.1;Initial Catalog=DBName;Integrated Security=false