刚刚在查询分析器中用delete stu ,把一个表删了,2299行数据,怎么恢复啊,我现在什么也没动,

解决方案 »

  1.   

    用日志恢复:   
      restore   log   {data_name|@database_name_var}   
      from     
      with   [norecovery\recovery\standby_undo_file_name]   
      [,][stopat={data_time|@data_time_var}   
        
        
        
      例如:库名为database1   日志为database1_log 要求恢复2000/6/15   1:00前的数据:   
      restroe   log   database1   
      from   database_log   
      with   recovery,stopat='jun   15,2000   1:00   am'   
      

  2.   

    用那个强悍的Log数据恢复软件