Viewing 15 posts - 46 through 60 (of 993 total)
I hate to be negative, but it's extremely unfortunate that this script truncates the log, breaking the log backup chain, and that isn't explained anywhere in the script or the...
May 6, 2013 at 6:12 am
Lots of errors on this list. For instance, 3604 is used for all kinds of output from undocumented DBCC commands. Be careful when playing with these.
April 23, 2013 at 12:16 pm
Correct. Although manual use of database snapshots is only in Enterprise Edition, DBCC's use of them is in every edition down to Express.
April 18, 2013 at 11:10 am
You don't. Only if you want to control where the snapshot goes do you need to do that.
April 18, 2013 at 11:04 am
It used to take table locks in 7.0 - from 2000 onwards it's been online by default, with no table locks.
April 18, 2013 at 10:13 am
I haven't tried it, but it should do. My guess is the number of ' are tripping you up.
April 11, 2013 at 2:42 pm
Create a temp table and then INSERT into the table EXEC (string variable with the DBCC fileheader command in).
April 11, 2013 at 2:07 pm
Hmm - no other way to get those AFAIK. I was hoping you were after some information that was stored in master for each database.
April 11, 2013 at 12:59 pm
What data are you trying to gather from that? There may be an easier way to do it.
April 10, 2013 at 3:48 pm
Nope - something stopped the upgrade from completing. You'll need to go back to the copy you still have on 2005 and figure out what the corruption is there.
January 29, 2013 at 3:25 pm
SALIM ALI (1/29/2013)
I think one has been forgotten, and it's one that's not to be taken likely because you have to know your data. This method...
January 29, 2013 at 10:11 am
Ness (1/29/2013)
Would you run the DBCC CHECKDB with the REPAIR_REBUILD option (after recovery from a backup/HA solution)? I seem to remember that this was the preferred option the MS...
January 29, 2013 at 10:10 am
Can you run the CHECKDB using WITH TABLOCK?
Can you also try creating a database snapshot of your database to see if that succeeds? (nothing to do with CHECKDB)
I suspect there's...
January 28, 2013 at 7:45 am
You wouldn't read the logs. You'd have the corrupt database, and the restore pre-corruption database and then you'd manually merge the data in the two tables.
December 28, 2012 at 4:57 pm
Viewing 15 posts - 46 through 60 (of 993 total)