SQL Server2008 數據庫誤刪除數據的恢復方法分享
用Recovery for SQL Server進行恢復的操作步驟:
運行Recovery for SQL Server
點擊菜單中的 File > Recover,選擇要恢復的數據庫的數據文件(.mdf)
Next > Next,進入 Recovery Configuration 界面,選擇Custom(選擇了Custom才可以選擇從日志中恢復誤刪除的數據)。
Next 進入 Recovery options 窗口,選中 Search for deleted records,并選擇要恢復的數據庫的日志文件路徑(log file path)。
Next 并選擇目標文件夾(Destination folder),用于存放恢復過程中生成的SQL語句與bat文件。
點擊Start,開始恢復操作(在上一步選擇的目標文件夾中生成相應的SQL文件與Bat文件),然后,出現 SQL Server Database Creation Utility 窗口。
Next,選擇被恢復數據存放的目標數據庫。
Next, 選擇 Import availiable data from both database and log files
Next, Next, 然后就完成數據的恢復!