Click here to Skip to main content
15,893,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I am trying to develop a database application using MS SQL and VB.net,
I would be great if someone could help me with the information on, which version of MS Sql should be used and how I can get it.

Thanks
mithun
Posted

I personally would use SQL Server Express 2008 R2. You can download it for free from Microsoft here[^]. This is a free version that will let you have databases up to 10G in size. Of course if you are looking for something smaller, or embedded where you don't have to be running a separate server, then SQL CE would be good. SQL CE is installed with Visual Studio.
 
Share this answer
 
It depends on your needs and the kind of application you have. Search MSDN and it will tell everything about 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