Click here to Skip to main content
15,924,367 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on a project which is in on client server architecture(Network), I want to place my Database(Sql Express 2008) on centralised server , and my .net windows application should be able to access them at client Machines.


What are the minimum softwares need to be installed on server to run sql database such that multiple client applications are able to connect simultaneously?
Posted
Updated 2-Feb-16 18:37pm
v2
Comments
Kannannns 3-Feb-16 0:39am    
actully i am looking if its possible without any installation? and access them over network path, just as we connect database from datadirectory
PIEBALDconsult 3-Feb-16 0:47am    
Provided you use ADO.net, you never need to install anything else on the client.
The server has to have the server installed, there's no way around that.
You might want SQL Server Compact instead, but you still need to install it.

1 solution

The server will need only its operating system (Windows) and the database engine. It won't even need the "advanced tools".
Just be sure to open the appropriate network port.
 
Share this answer
 

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