Applying SP4 on a running database?

  • I have a sql server 2000, with sp3 installed.

    Can i apply sp4 while users are connected and working?

  • Better to do this in offline mode.

  • Ok, thank you, I will wait..

  • YOu can start applyingthe SP4 when the database is being accessed, but remember that the SQL server will be restarted multiple times by the SP4 setup programm and hence the users will be disconnected. Hence applying any SP should be done with the planned downtime . Also remember to take Backups of Master, msdb and model DBs

  • I will make backups of those db's. But the chances are small that it will cause any errors, right?

  • You MUST apply Service packs with no user connections. The SP apply will start with users in the db but eventually it will need exclusive control of SQL Server and if there are users in it the Service Pack apply will fail. Before you begin applying SP backup master, model,msdb and user dbs !  Changes are only made to master, model, msdb but if you have a catastropic problem and Microsoft has to get involved to help you sometimes the answer is reinstall SQL Server. Also, as in the ReadMe Microsoft states stop all unneeded services on the server while applying a SP. IIS, backup software, server monitoring software, etc.....

  • Thanks!

    I did the update, and it went smooth

    Thank you for your help!

  • This was removed by the editor as SPAM

Viewing 8 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply