Answer by Noonies
I had this issue this morning. I went to Computer Managerment and Services and Applications, SQL Server Configurations, SQL Server network configuration, SQL Native Client, then properties of TCP/IP...
View ArticleAnswer by Cyborg
Check your sql server is configured to allow remote access from sp_configure 'remote access' the run value should be one else enable it. Then check your fire wall settings whether port 1433 is added as...
View ArticleAnswer by Shawn_Melton
What OS are you using? To clarify: Your server is running SQL Server 2008 R2 and VS 2005? You are tying to connect from your server to the client PC, or the other way around? SQL Server 2008 and 2008...
View ArticleAnswer by amr
i use windows 7 and i need to get data from server to show on client through connection string but i always get the previous error but when i run it on windows xp it run successfully i disable UAC in...
View ArticleAnswer by Blackhawk-17
Can you connect to a network share on the Server from the Client? Let's take SQL Server out of the equation for a minute and make sure the base networking is functioning betwixt the two.
View ArticleAnswer by Bhuvans
try this Append the data in Host File (C;\Windows\System32) 192.168.131.65 KSSQLSRVR 192.168.131.65 KSSQLSRVR\SPDEV01
View Article