I have written scripts for database maintains plan
now i want to test my script
i dont have any currpted database then how can i belive my integirty check script giving right error message if my DB is corrpted
i want to corrpt my database to test this how to corrpt the databse :)
DBCC CHECKDB WITH NO_INFOMSGS; GO