I am planning to do an sp_detach, copy and then sp_attach in order to move a database from one server to a new one. However the server I am copying it from is only SQL 7 SP2 and the new one I have installed SP4. We only have a very small timeframe to take down the server so I am hoping to avoid having to take down the server to patch it to SP4. So my question is do the service packs change anything in databases other than the standard ones (master, msdb etc)so that I can just copy it accross.
Any advice would be much appreciated
Paul