Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
One of my client asking Project in C#.Net(Windows application) for his 44 Showroom Branches in Different Location...they demand all branches data will be stored in Single Sql Sever..

My Question is how can i interconnect all show room data in One SQLServer....Showroom located in different location..how can i Connect them...

Pls elaborate with Code....Thanks in Advance....
Posted
Comments
Rockstar_ 5-Jun-13 5:18am    
No problem, The database will be stored in server having static IP address. They give in all applications database IP address, user name and password same.
Your problem solved...
MichealRay 9-Jun-13 4:46am    
Rockstar_ Thank you for your kind information..Any other option to connect Sql Server with out Remote Connection(like Web Application)

1 solution

As Rockstar_ wrote in comment: you need to install SQL server on single machine with static IP, then you need to configure SQL Server to enable remote connections.

Here is a collection of useful information:
How to enable remote connections in SQL Server 2008?[^]
Configure the remote access Server Configuration Option[^]
Configure the Windows Firewall to Allow SQL Server Access[^]
http://www.connectionstrings.com/[^]
 
Share this answer
 
Comments
MichealRay 9-Jun-13 4:52am    
Maciej Los Thank you for your Information...but my Client branches will be located on different States..So if i using Remote Connection mean what things i need? (Ex:LAN Connection)

Any other option to Connect Sql Server(like working on Web Application)

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