Hot answers tagged service-pack
3
Well one thing you may want to consider doing is validating your application(s) still work on a test instance that contains the same database and upgrading it to the newer service pack. While rare and usually changes are backward compatible, there could be behavior changes to things like the optimizer that would be impossible to guess exactly how they might ...
2
You shouldn't have any issues, just be sure that when you plan your maintenance for SQL Server you don't get blocked by the "Restart Computer" rule. E.g. if you have installed Windows Updates in the meantime you might not know that Windows needs to be restarted until you enter your maintenance window...
For some background, I got surprised by this during a ...
1
Almost every time I've had an SP installation issue on a stand-alone server, it was because the resource database was moved or it was not in the same directory as the master database.
Many articles I'm finding correlate your error to this exact conclusion including this one.
I would start there and if you find it to be the case, move the system databases ...
Only top voted, non community-wiki answers of a minimum length are eligible