Click here to Skip to main content
15,898,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm new to using sql server and I'm having A LOT of difficultly setting up an sql server to accept remote connections from client apps and how to format the connection string for doing so. Can someone please point me in the right direction on going about this.

Thanks in advance,
-Dee
Posted
Comments
Bala Selvanayagam 31-Oct-11 9:56am    
Please let us know how far you have proceeded on this and the place where you are stuck with the error message you are getting.

This way its much easier to assist you please
d.allen101 31-Oct-11 10:07am    
thanks for the advice Bala and you're right I need to give specific issues. I'm going to give a shot at the links that jim suggested and see what happens first. But thanks again!

1 solution

The guide to enabling remote connections:

http://blogs.msdn.com/b/bethmassi/archive/2008/09/17/enabling-remote-sql-express-2008-network-connections-on-vista.aspx[^]

Connection strings:

http://www.connectionstrings.com/sql-server-2008[^]

I can't tell you exactly which connection string to use as it can be different depending on your circumstances - Windows or SQL authentication, named instance, Multiple Active Result Sets etc. but you should find what you need in there.
 
Share this answer
 
Comments
d.allen101 31-Oct-11 10:08am    
thank you jim, i'm going to check out the links now and give it another try. if I have specific issues I'll post them. thanks for the links!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900