Viewing 15 posts - 496 through 510 (of 756 total)
GilaMonster (1/20/2010)
January 20, 2010 at 2:56 pm
To me for this particular problem, when a disk can not be read, I will restart the server. If I get a corruption error, I will do a DBCC CheckDB...
January 20, 2010 at 1:05 pm
Good point Lynn, but I still will restart the server first!
January 20, 2010 at 9:59 am
[quote-0True, but in general I would still recommend checkDB first then decide on the resolution. Not all corruptions require a restore from backup to fix.[/quote-0]
I agree with Gail on that....
January 20, 2010 at 9:38 am
Glad to know that everything its ok now, I also will like to thank you for let us know how you resolve the problem.
January 20, 2010 at 9:15 am
I thought that the server was already restarted and that after the restart the database was still unaccessible. That is why I recommended a restore. In case the server has...
January 19, 2010 at 4:21 pm
If you don't have SCOM this may also be helpful http://www.howtogeek.com/howto/database/sending-automated-job-email-notifications-in-sql-server-with-smtp/ and of couse Books OnLine.
January 19, 2010 at 11:04 am
Check this link out http://technet.microsoft.com/en-gb/library/ms143506(SQL.90).aspx.
January 19, 2010 at 10:52 am
I think you must restore the latest backup. If you were using Full recovery and you still have the backup files, then you can try what Lynn advices you.
January 19, 2010 at 10:48 am
Could you please share what did exactly helped you to resolve the problem.
January 19, 2010 at 9:59 am
That is why I was asking him what he wanted to do, but still no reply.
January 19, 2010 at 7:25 am
I agree with homebrew you should be more specific with your question. When you are going to upgrade you can always use the upgrade advisor.
January 19, 2010 at 1:45 am
you can try to connect by making are rdp connection to the server and then going to the command line and using SQLCMD -Sservername. It wil use the windows login...
January 19, 2010 at 1:40 am
Viewing 15 posts - 496 through 510 (of 756 total)