Visual studio allows you to create an sql server database within the project.
I believe it’s an mdf file?
So what’s the difference between using an sql server installed and running on a machine, and using an sql server file in my project?
SQL Server ==> Visual Studio ?!?!?!?
Tags: server
The SQL Server file in your project likely is running on SQL Express. This will have limited performance versus Sql Server. SQL Server is more scalable, but is more expensive.