Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Detach/Attach, SP1 -> SP2 OK?

Author  Topic 

aiken
Aged Yak Warrior

525 Posts

Posted - 2002-04-07 : 01:00:56
Ok, we're about to do an upgrade on our SQL server hardware. In theory it will be painless, as the DB and logs live on a RAID array that is totally seperate from the OS.

I'm planning on having the new unit all ready to go, swapping the raid controller into it, and attaching the DB / log files. What I'd like to do is to set up the new machine with SP2.. however, the production unit is running SP1.

Now, I know I could do SP2 to the current production unit just before taking it OOS, or I could set up the new unit with SP1, then attach the DB, then do SP2.

However, to minimize downtime, I'd like to just attach the DB to the new server.

Has anyone done this? Should a SP affect anything in an actual database, or just MSDB, Master, etc?

Thanks
-b

Nazim
A custom title

1408 Posts

Posted - 2002-04-07 : 01:50:00
I dont think it should be any problem to detach and attach a db from one sp to another.

Sp's are basically bug fixes.

Am not sure what version of Sql Server you are using.

this is what SP2 does in sql server 7 http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com/support/servicepacks/SQL/7.0/SP2.asp

HTH

--------------------------------------------------------------
Go to Top of Page

KnooKie
Aged Yak Warrior

623 Posts

Posted - 2002-04-08 : 05:35:09
We have done exactly this with SQL7 with no problems at all.

Go to Top of Page
   

- Advertisement -