February 26, 2013 at 1:33 pm
Hello all, I have a client with several instances of SQL Server from 2000, 2005, & 2008, at various builds. They unfortunately have several cases where they have created objects in the system DBs. I am only certain of the Master DB being used but it wouldn't surprise me if the other system DBs have user tables as well.
Will updates, SP or CU's leave user objects alone in the system DBs?
Thanks.
Joe
March 2, 2013 at 6:16 pm
I would say yes as long a MS doesn't add anything with the same name, then you may have problems.
March 3, 2013 at 1:27 pm
Joe.Spitler (2/26/2013)
Hello all, I have a client with several instances of SQL Server from 2000, 2005, & 2008, at various builds. They unfortunately have several cases where they have created objects in the system DBs. I am only certain of the Master DB being used but it wouldn't surprise me if the other system DBs have user tables as well.Will updates, SP or CU's leave user objects alone in the system DBs?
Thanks.
Joe
Maybe but it doesn't matter I definitely wouldn't bank on it. All of these things should be sripted and reexecuted after any SP or CU. If they collect data over time, then you'd better have a script to save the data before any SP or CU.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply