Hello,
I'm trying to set a connection to a local database running on my machine. In the Service Center I added a new connection with the following connection string:
Connection String test failed: 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. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)
I've also tried attaching to the connection string the following, but with no success:
Thanks in advance,
David
I'm trying to set a connection to a local database running on my machine. In the Service Center I added a new connection with the following connection string:
- user id=sa;password=<hidden>;data source = <ip>,1433; initial catalog = <database name>; trusted_connection=yes;
Connection String test failed: 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. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)
I've also tried attaching to the connection string the following, but with no success:
- network = DBMSSOCN;
- integrated security = no;
- integrated security = yes (and using windows authentication)
Thanks in advance,
David