Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to setup and deploy C# windows application with sqlserver database connection if target machine have sqlserver not installed? but it can be run. is it possibl if it is then how to configure the setup and deploy process.
Posted

1 solution

You can either use SQL Server Compact Edition for small databases, or you can ship SQL Server Express Edition and then run scripts to install your database to it, once the user has installed it.
 
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