I am hosting an application on Windows Server 2008 Standard running SQL Server 2008 SP3.
Clients access the application through Remote Desktop Connections.
My Problem
- Two different clients use the same application but with different data sets. The application only recognizes a specific DB name, so there is no way for me to change the DB name becuase the application will simply not accept it.
- SQL Server will not allow me to Attach two different versions of the same DB file(Same File Name)
How can I get SQL to utilize a different DB file (file names being the same) depending on which client is logging on to the Server via Remote Desktop ?