Thank you the help in advance. My problem is that I am testing database recovery for an upgrade. I want my programmers to prove to me that they can restore this database in case something happens. The database is 98Gb, so moving it is tough in itself. They tried restoring a copy of the specific database itself to a different machine. They then installed SQL 7.0 and created a new table with the same name as the restored table. Then they shut the SQL down and copied over the restored database and log file, and restarted the SQL. They are receiving multiple access denied errors, as well as a suspect database for the restored one, and it will not open. I believe there is a little more involved with this, but I am not sure. If any can tell me what they are doing wrong or missing, I would appreciate it.