Server 1 : Has a database on it with SQL 7 SP 4.
Server 2 : We will be building with SQL 2005 SP2.
Question: What is the best way to get the database moved? Can I just detach from Server 1 and attach to Server 2? Will the different versions of SQL be able to do that? Would I need to export and then import? The reason I ask this, besides my own lack of familiarity, is one of my supervisors has doubts about the stability of Server 1 and does not want to risk upgrading SQL on it for fear of a total crash. What is the best method for me to do?
Thanks in advance!