Click here to Skip to main content
15,890,043 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am creating a windows application & its database is in Sql server 2008.
I want to install this application on my client's computer.
My question is,Is there any need to install Sql Server 2008 on my Client's Computer?
Can my client access Sql server 2008 database without having Sql server 2008?
So is there any kind of technique to achieve this?
Please help me.
Thanks.
Posted
Comments
max_nowak 21-May-13 7:39am    
Wut? You kind of confused me there. Anyway, if the client should have a own database, why not use SQLite?
ZurdoDev 21-May-13 8:02am    
SQLExpress is a free version of SQL. Yes, you need SQL to read sql.

1 solution

No, you, don't need to install MS SQL server on all client's computers. You need only one computer on which MS SQL Server is installed and you need to configure that SQL Server to use it in LAN.
Please, see this: Server Network Configuration[^]
 
Share this answer
 
Comments
Anand Dhamane 22-May-13 6:25am    
On client side,there is only one computer.So is there any another technique to achieve this?
Maciej Los 22-May-13 6:30am    
No. You need to install MS SQL Server on this machine ;(
Please, mark this answer as "solved" (green button) - formally.
Anand Dhamane 22-May-13 7:06am    
Will SQLite be helpful instead of SQL Server?

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