We developed a database application that works with both SQL Server Express 2005 & 2008. We setup a database for v1.0 of our application on SQL Server 2005 instance on one machine. We setup another database for v2.0 of our application on SQL Server
2008 instance on the same machine. Our database name is same for both v1.0 and v2.0 applications, but the location where the database is setup is different. We are not able to run both applications simultaneously. Is it possible to run both applications simultaneously? ...
Go to the complete details ...