I need to move two databases to a new hard drive. In the past I have always used detach/attach method, but in SQL 2005 (and earlier, but just noticed it...) you can now also set the database off line, copy the files, and then alter the database to point to the new location.
Any idea which is better/safer?