Viewing 15 posts - 61 through 75 (of 993 total)
Yes, potentially.
You'd have to do the following:
- extract all inserts performed after the table was emptied
- restore the database to time just before the corruption occurred
- manually merge in the...
December 28, 2012 at 4:23 pm
The vast majority is the I/O subsystem (software or hardware), small percentage is bad memory or other server issue, and small percentage is SQL Server software bugs.
Corruption can't be prevented,...
November 8, 2012 at 3:35 pm
Hey Jeff - nothing explicit, but that's going to be the topic of my next article for SSC that I'll be writing this month.
November 8, 2012 at 11:27 am
November 8, 2012 at 10:41 am
Hey Daniel - no, your thinking isn't right. Remember that DBCC CHECKDB isn't a checksum-checker, it happens to check checksums as part of what it does, but it goes a...
November 8, 2012 at 10:40 am
dharmendra.keshari (11/8/2012)
Thank you so much for writing on CheckSum. it is really awesome blog.
Could you please provide any link which gives us information about the all the activities...
November 8, 2012 at 10:38 am
Michael Meierruth (11/8/2012)
November 8, 2012 at 10:37 am
distas (10/25/2012)
October 26, 2012 at 8:01 am
No matter what size or options you specify, shrinking a log file can only ever remove inactive VLFs, and only from the end of the file.
October 16, 2012 at 3:11 pm
My goodness - what a load of utter nonsense in this article.
October 16, 2012 at 9:06 am
You must be corrupting a page that is not allocated - you need to figure out which page you're corrupting and then check it's allocation status using DBCC PAGE.
For the...
September 29, 2012 at 9:17 am
It's nothing to do with DBCC - it's the try/catch eating the errors being printed. No idea how to use that correctly - it has some weird behavior.
Nothing changes the...
September 28, 2012 at 12:37 pm
Too many ambiguities in your post and question. For instance, the 'end' of what? Page? Database? Backup file?
Can you give the exact set of steps and T-SQL, from creating the...
September 28, 2012 at 11:01 am
Or to automate restoring master on a scratch server and running DBCC CHECKDB on it.
September 27, 2012 at 3:41 pm
It won't work because there are some structures that only exist in the master database and may cause corruption errors to be reported if master is restored as a user...
September 27, 2012 at 3:24 pm
Viewing 15 posts - 61 through 75 (of 993 total)