سؤال

I learnt that VS2012 comes with a version of SQL Server Express named LocalDb that works a little bit different from the usual SQL Server Express, the latter one works as a service.

What if I was interested in using the database as a service, can I have both installed, the new one that comes with VS2012 and SQL Server Express 2008?

هل كانت مفيدة؟

المحلول

I think you have this slightly wrong. It doesn't come with a local database, it comes with a built in GUI to access SQL Server (what ever version). You can use any database you like (multiple databases) and connect to the SQL Server using the Visual Studio version of SSMS.

So, yes, you can install multiple versions of SQL Server on your machine. I currently have 2005 express, 2008 developer edition, 2012 developer edition and express.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top