Click here to Skip to main content
15,902,634 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can i access sql server database without database engine if yes then how or if no then why?

What I have tried:

while i create a software setup i want give client only setup with SQL server database so client can easily install my application and work successfully.
Posted
Updated 4-Mar-16 5:35am
Comments
Richard MacCutchan 4-Mar-16 11:34am    
SQL server database normally resides on its own server system. Client applications merely need the SQL libraries which allow them to connect to the server.
RedDk 4-Mar-16 12:18pm    
Look up "SQL CE".

1 solution

No, the database engine is required to be able to access sql. This means you need sql server installed somewhere on a network. None of your clients will need to install it, they can all point to the same installation if they are on the same network.
 
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