SQL client on client machine for Desktop application

294 views Asked by At


I m deploying desktop inventory application on client Windows 7 32 bit machine. We used .Net framework 4 and SQL Server database. SQL Server 2008 not able to install on Windows 7 Home edition.,
Is it possible to install only SQL CLient on client machine ?

1

There are 1 answers

5
Bodhi On

See if you install only the sql client, then you will need to provide some server to fetch the data from. Try keeping the data on some remote server (maybe the clients corporate server) and install clients on machines requiring it. This way, your data is centralized and you save yourself the trouble of installing the server on every machine.