Posted on: 2/22/2013 12:26:53 PM | Views : 1038

I use VS2012 that installed LocalDB. Now, I have another app that uses SQLExpress but it fails to run in my development server saying that a connection could not be estabilshed. I know there is no SQLExpress in the dev server so, I tried to convert the database to LocalDB but it fails saying that the database is readonly  (Cause it is from a demo application). I tried to install SQLExpress but the only option available is LocalDB.
It is possible to install SQLExpress only? And, if yes, can it be installed in the same server where VS 2012 is isntalled without messing up the LocalDB and VS 2012 ?

...

Go to the complete details ...