Hello, I'm working on a project in Visual Studio Professional 2010 (Visual Basic).
We have several workstations (windows 7), who can log in on one network-server (windows server 2012).
Each workstation (user), when logged in on the server, must have the possibility to do operations (read, delete, insert, change) on the databases (.mdf) from his workstation.
What is the best solution ?
Where do I have to store my project, and the final build .exe-file ? (my workstation/on the network-server)
Where do I have to store the databases (.mdf-files) ? (my workstation/on the network-server)
Which SQL Server do I need, and where do I have to install it ? (my workstation/on the network-server)