April 24, 2007 at 1:13 pm
Strange question...we need to test some scripts that test for database corruptions.
So...does anyone know a way to purposly corrupt one or more datapages in a database?
The Redneck DBA
April 24, 2007 at 2:05 pm
See my response here: http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=360675
- James
--
James Moore
Red Gate Software Ltd
April 30, 2007 at 8:09 pm
Did you try:
detach a database,
open it,
change something there
attach the database
April 30, 2007 at 8:24 pm
Yep. It was smart enough to realize I screwed with it and refused to attach. The link above worked out for us though.
The Redneck DBA
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply