I am using SQL server 2008. My database file got corrupted due to some reason. I found somewhere that DBCC CHECKDB with repair_allow_data_loss can repair the corrupt database but some data will be lost. I am very afraid to use it. Is there any other option for me by which I can repair my database without any data loss?
↧