數(shù)據(jù)庫閃回到某個(gè)時(shí)間 sqlserverTRUNCATETABLE的數(shù)據(jù)能恢復(fù)嗎?
sqlserverTRUNCATETABLE的數(shù)據(jù)能恢復(fù)嗎?問題分析:如果沒有手術(shù)臺(tái)是可以的。最后一個(gè)操作是清除數(shù)據(jù),這是可恢復(fù)的解決方案:具體操作如下:alter table truncate ta
sqlserverTRUNCATETABLE的數(shù)據(jù)能恢復(fù)嗎?
問題分析:如果沒有手術(shù)臺(tái)是可以的。最后一個(gè)操作是清除數(shù)據(jù),這是可恢復(fù)的解決方案:具體操作如下:alter table truncate table enable row movement--truncate flashback table truncate table to timestamp to_uu2;timestamp(“2010-05-13 17:00:00”,“yyyy-MM-DD hh24:Mi:SS”)--drop flashback table truncate table to before滴