Answered by:
sql connecting problem form ip of local server

Question
-
hello sir
i have counfigured sql server 2008 r2
when iconnect sql database engine using ip\"instance name" it show me error (ip address of local server)
i got same error when i am connecting only ip without insatbce name "cannot connect to (ip)"
but i can connect with .\"incatance name" and "pc name"\"instance name"
i need to access from ip\"inctance name"
any one have this type of solutions ?
then plz help me
i have also check this options
http://blogs.msdn.com/b/walzenbach/archive/2010/04/14/how-to-enable-remote-connections-in-sql-server-2008.aspx
- Edited by Ronak 6985 Saturday, March 8, 2014 5:56 AM
Saturday, March 8, 2014 5:42 AM
Answers
-
Check if sql server is configured to listen on that IP address. If your server has multiple IP addresses that doesn’t necessarily mean that it can automatically accept connections from all IPs
Also
Best Regards,Uri Dimant SQL Server MVP, http://sqlblog.com/blogs/uri_dimant/
MS SQL optimization: MS SQL Development and Optimization
MS SQL Consulting: Large scale of database and data cleansing
Remote DBA Services: Improves MS SQL Database Performance
SQL Server Integration Services: Business Intelligence
- Proposed as answer by Chongtham Rajen Singh Saturday, March 8, 2014 11:11 AM
- Marked as answer by tracycai Tuesday, March 18, 2014 8:54 AM
Saturday, March 8, 2014 8:25 AMAnswerer
All replies
-
Hi,
Try below links:
http://stackoverflow.com/questions/13754563/sql-network-interfaces-error-26-error-locating-server-instance-specified
sathya - www.allaboutmssql.com ** Mark as answered if my post solved your problem and Vote as helpful if my post was useful **.
Saturday, March 8, 2014 6:01 AM -
Please Enable TCP/IP protocol from SQL Server Configuration manager like follow figures:
sqldevelop.wordpress.com
Saturday, March 8, 2014 6:03 AM -
that option is allready enabled but the problem not solvedSaturday, March 8, 2014 8:15 AM
-
Check if sql server is configured to listen on that IP address. If your server has multiple IP addresses that doesn’t necessarily mean that it can automatically accept connections from all IPs
Also
Best Regards,Uri Dimant SQL Server MVP, http://sqlblog.com/blogs/uri_dimant/
MS SQL optimization: MS SQL Development and Optimization
MS SQL Consulting: Large scale of database and data cleansing
Remote DBA Services: Improves MS SQL Database Performance
SQL Server Integration Services: Business Intelligence
- Proposed as answer by Chongtham Rajen Singh Saturday, March 8, 2014 11:11 AM
- Marked as answer by tracycai Tuesday, March 18, 2014 8:54 AM
Saturday, March 8, 2014 8:25 AMAnswerer