0 pts.
 restore deleted table
1. How can you restore a table that was accidentally deleted by not performing a full database restore in SQL SERVER? 2. Can you track the machine who deleted that table?

Software/Hardware used:
ASKED: December 8, 2006  2:00 PM
UPDATED: December 10, 2006  12:07 AM

Answer Wiki:
Restore yesterday's backup to a new database name. Then run DTS (SQL 2000) or SSIS (SQL 2005) and port yesterday's version of the table to your current database. Then inspect the log. You may or may not be able to recover the data added since your last backup. Then have your head examined. :) NO ONE (let me repeat) NO ONE should have direct access to tables but YOU. Everyone else should go through views or UDFs or sprocs. Nobody but YOU should have rights to delete a table! hth, Arthur
Last Wiki Answer Submitted:  December 10, 2006  12:07 am  by  Artful   0 pts.
All Answer Wiki Contributors:  Artful   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _