Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Resoring SQL SERVER without Backup

    Thanks

    Is there any way to recover

    .I have used the following:

    exec sp_resetstatus 'Netperf'

    alter database Netperf SET EMERGENCY

    DBCC CheckDB('netperf')

    alter Database Netperf SET SINGLE_USER WITH ROLLBACK IMMEDIATE

    dbcc CheckDB ('Netperf',REPAIR_ALLOW_DATA_LOSS)

    alter Database Netperf SET...

Viewing post 1 (of 2 total)