Click here to Skip to main content
15,741,892 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to attached sql server database file with vb.net windows application so that when we install it on another computer there is no need to install sql server?
Posted

If you have an application which uses SQL Server then the deployment machine(s) must have SQL Server as well.

But if it's light desktop application, you can go with SQL Server Express Edition. It is free :)

http://www.microsoft.com/sqlserver/en/us/editions/2012-editions/express.aspx[^]
 
Share this answer
 
 
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