• I tried to restore the pages using the last good full backup. But it not worked. The corruption continued. To restore, I used the command below:

    RESTORE DATABASE Test1

    PAGE='1:6422056,1:6422057,1:6422060,1:6571127,1:6644976,1:6644978,1:6644979,1:6644980,1:6644981,1:6644982,1:6644983,1:6652420,1:6756301,1:6756302,1:6756303,1:6758768,1:6758769,1:6758770,1:6758771,1:6758772,1:6758773,1:6758774,1:6766784,1:6828642'

    FROM DISK=N'E:\BackUp.bak';

    Is this command correct?