I'm trying to force corruption in my master database. I am able to when I restore the master as another database 'mastercurruption', the put server into single user mode and restore from the mastercurrption database backup, sql server instance shuts down... I take it out of single user, then I start the database instance up and it works, WITH a bunch of corruptionso i am thinking I am not causing corruption in the right places. for example.There are 3 rows in 1 pages for object "MSreplication_options".Has anyone tried to actually corrupt the master database? How did you do it?I learned this technique from Paul Randals excellent blog articles and pluralsight course on recovery and database curruption.http://www.sqlskills.com/blogs/paul/dbcc-writepage/https://app.pluralsight.com/library/courses/sqlserver-database-corruption/table-of-contents
↧