Viewing 15 posts - 466 through 480 (of 994 total)
So my guess then is that there's system table corruption in master - possibly in a table holding login info. Make sure she run's DBCC on the system databases too.
Thanks
April 13, 2009 at 11:02 am
But he also says he can't even connect to the database now - that's why I think there's some corruption in there too. That error can also crop up (when...
April 13, 2009 at 10:58 am
Ah - ok you've definitely still got a corrupt database then. Do you have any output from the maintenance job(s)? One of them should be failing every night...
April 13, 2009 at 10:48 am
Do you get this error whenever you try to do anything with the database?
What's the output from running 'DBCC CHECKDB (yourdbname) WITH ALL_ERRORMSGS, NO_INFOMSGS' from a connection to the database?
April 13, 2009 at 10:32 am
Should be somewhere in there - can you post the error log? (Or just email it to me - paul@sqlskills.com).
It's entirely possible (and likely) that the error came from one...
April 13, 2009 at 10:20 am
This error and state indicates that you've got missing information in one of the system tables in a database (i.e. metadata corruption). In the SQL Server error log (buried down...
April 13, 2009 at 9:32 am
c0000005 is the code for an AV (access violation - commonly occurs when something is corrupt and causes a reference to an invalid piece of memory). Is this happening in...
April 12, 2009 at 10:04 am
No need - if your master is corrupt and you don't have a backup, you're going to have to create a new master database, and then reattach the user databases....
April 10, 2009 at 10:41 am
ok - that screams 'bug' at me - it wouldn't work on 2005 if the backup was corrupt.
April 7, 2009 at 12:43 pm
Yup - I realize that. The only things I can suggest in this case are that it's either a bug or a corruption in your backup.
Unfortunately, on SQL 2000, its...
April 7, 2009 at 11:15 am
Interesting - I'll dig around with the SQL and MOSS dev teams and see what I can find out.
Cheers
April 7, 2009 at 9:31 am
Cool (well, kind of). Do you know if there was a failed CHECKDB beforehand?
April 7, 2009 at 8:50 am
There have been some bugs that would cause this - see http://support.microsoft.com/kb/329487 and http://support.microsoft.com/kb/831950.
PS I found these doing a Google search on the error message - always try that first...
April 7, 2009 at 8:48 am
Cool. That error is benign and you can safely repair it without any data loss (although you need to use that option to repair it).
Shoot me an email with devlink...
April 6, 2009 at 3:44 pm
Viewing 15 posts - 466 through 480 (of 994 total)