x
login about faq Site discussion (meta-askssc)

compatibility level of master database

Ik have a SQL server 2005 database with a master database with a compatibility level of SQLServer 2000 (80).

Why would someone do this? Can I change this without a risk?

Any suggestions would be helpfulle, because I can't imagine why this has been done.

Rob

more ▼

asked Mar 08 '10 at 11:44 AM in Default

Rob 2 gravatar image

Rob 2
57 3 3 3

Looking forward to answers. I wouldn't have thought this was even possible.

Mar 08 '10 at 12:03 PM Grant Fritchey ♦♦

+1 on question and Grant's comment. Like... WTF??

Mar 08 '10 at 12:53 PM Matt Whitfield ♦♦

+1 Grants comment

Mar 08 '10 at 01:21 PM CirqueDeSQLeil
(comments are locked)
10|1200 characters needed characters left

6 answers: sort newest

Someone may have implemented a proc in master that doesn't work in 2005. I know a few third-party applications thar put code in master.

So... you can change it, but you definitely run a risk of breaking something.

more ▼

answered Mar 08 '10 at 06:32 PM

Rob Farley gravatar image

Rob Farley
5.7k 13 17 19

(comments are locked)
10|1200 characters needed characters left

The MSDB contains: - DTA tables, it turn-out that an old version of DTA didn't deleted its tables, for a cleanup script read http://support.microsoft.com/kb/899634 - repository tables of version 7! (like RTblClassDefs)

so these are SQL server related tables.

more ▼

answered Mar 09 '10 at 07:37 AM

Rob 2 gravatar image

Rob 2
57 3 3 3

(comments are locked)
10|1200 characters needed characters left

I found out that the master AND the msdb are being used as user databases!

more ▼

answered Mar 09 '10 at 04:02 AM

Rob 2 gravatar image

Rob 2
57 3 3 3

(comments are locked)
10|1200 characters needed characters left

I'll post it, but I won't take credit for it. According to Gail Shaw, this is no big deal. Someone was messing around or screwed up, but you can just fix it.

"Someone being stupid. I'd say set it back to 90 immediately."

For what it's worth. I'm fairly certain she's right (she usually is).

more ▼

answered Mar 08 '10 at 02:54 PM

Grant Fritchey gravatar image

Grant Fritchey ♦♦
62.3k 12 20 66

+1 @ Grant Shaw :)

Mar 08 '10 at 06:00 PM Matt Whitfield ♦♦
(comments are locked)
10|1200 characters needed characters left

Some light reading from the CSS engineers..

here

more ▼

answered Mar 08 '10 at 01:52 PM

sp_lock gravatar image

sp_lock
8.1k 20 26 29

(comments are locked)
10|1200 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments



Facebook logo Follow Ask SSC on Facebook
Find Ask SSC on Google+
linkedin logo Find us on LinkedIn

Topics:

x7

asked: Mar 08 '10 at 11:44 AM

Seen: 1521 times

Last Updated: Mar 08 '10 at 11:44 AM

Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved. If you have any queries, please contact the site administrators.
Ask SQL Server Central is a community service provided by Red Gate.