Accidentally i deleted my table. How can i get that table?
Answers were Sorted based on User's Feedback
Answer / ravi kanth
In 10g i think using flashback command we can get back.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / adhi
IN MS SQL SERVER 2005.
1.Take Tail Log backup
2.Restore Full backup
3.Restore Diff (If u have)or Log backup in sequence order
4.Restore Tail Log backup
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ravi
In this case data only deleted but table structure is there.
so can flashback the the data.
example:-
delete * from emp;
ans:- insert into emp select * from emp as of timestamp
sysdate -3/1440;
| Is This Answer Correct ? | 0 Yes | 3 No |
What is MSDE?
What are the essential components of sql server service broker?
explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
what is difference between primary key and Unique
Can you explain what are various ways to enhance the ssrs report?
What is use of attribute hierarchy ordered ? : sql server analysis services, ssas
How to provide Security for package?
Explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?
What is Data model and how to prepare a data model.?
What is the purpose of the tempdb database?
Where are sql server usernames and passwords stored in the sql server?
What is the difference between primary key and unique constraints?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)