Hello,
I'm writing a Visual Basic.NET application for a school network. I am new to databases and made the assumption that I need Microsoft SQL Server (I've gone for the express edition). My plan is to run a copy on the school's server and connect to it through
several instances of my program, each on their own computer on the school network. The server is 64bit so I know I should be getting the 64bit edition. However, I'm not sure whether I should choose LocalDB, Express, Express with Tools, Management Studio Express
or any of the other versions.
Which one should I choose?
Go to the complete details ...