Link to home
Start Free TrialLog in
Avatar of ronipats
ronipats

asked on

Sql Server Connection problem

Hi,

I have two pcs connected through router. Say PC1 is running windows xp.I have installed Sql server 2008 in PC1.

I have another PC2 which is running on windows 7. I have also installed Sql Server 2008 in PC2.

I want to access instance of Sql serverof PC1 from PC2 via management studio.

I am not able to get access fromPC2 to PC1. But i am able to doso fromPC1to PC2.

How can i access sql server from PC2 to PC1.

thanks
Avatar of Matt Bowler
Matt Bowler
Flag of New Zealand image

Ensure that TCP-IP is enabled for SQL Server.

Ensure that the login/security context that you are using to go from PC2 to PC1 has appropriate privileges on PC1.

BTW - what error are you getting?
ASKER CERTIFIED SOLUTION
Avatar of Paul S
Paul S
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Configure firewall to have the access
Turn ON SQL Server services
Configure domain ID to have access on both the machines
Enable TCP/IP
Check the application security log for SSMS to find out error while connecting the server