View Single Post
  #6 (permalink)  
Old 05-09-2008, 12:06 AM
GaryCutri's Avatar
GaryCutri GaryCutri is online now
Moderator
 
Join Date: Sep 2006
Location: Melbourne
Posts: 2,804
Quote:
Originally Posted by loicdonadieu View Post
Ok, here's what I have found out:

Before I had joined the company, the BES database was stored on a SQL express 2005 Server, after which, an external engineer came and migrated the data to a different server that has full SQL Server 2005.

I've had a look in the SQL express server and cannot see any reference to the old BES database whatsoever. It appears to have been removed cleanly.
The only thing I think it could be would be a link in the migrated database that referrs to the old server somehow.
Is there a way of checking this?

Again, thanks for all your assistance.
If you have access to the database in SQL Manager you can open the ServerConfig table and that will display the servers configured in that database.
Reply With Quote