What is the difference between a Local Database in C# and a SQL Server Management Studio created database?
问题 I'm creating an application with MS Visual C# 2010 Express that requires a database. I've learned that there seem to be two ways to create/use a SQL database with this application. The first seems to be where from within C#, I can create a "local database" by right-clicking on my application in the Solution Explorer and clicking "Add"->"New Item"->"Local Database". Then it's shown in the Database Explorer and I can use it. The other way is where I create a database with SQL Server Management