It appears that I have some file system issue that is preventing me from connecting to MS SQL Express 2008 R2 on my local machine. I receive this message when trying to connect:

enter image description here

Looking over the DBCC CHECKDB reference, it does not appear that I can run this command without being connected to the database. Any ideas of how to proceed?

link|improve this question
feedback

migrated from stackoverflow.com Nov 20 '11 at 1:09

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 0 down vote accepted

I would take a look at some of the links on google for repairing a corrupt master database.

link|improve this answer
yes. my googling needed the right terms. thanks! – Dave Lowther Sep 15 '11 at 17:58
feedback

Your Answer

 
or
required, but never shown