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 @@rowcount in sql?
How to transfer Logins from SQL Server 2000 to 2005
What options are available to audit login activity? : sql server security
what is nonclustered index
How do you test your database? : sql server database administration
Explain index in sql server?
How to restart SQL Server in single user mode? How to start SQL Server in minimal configuration mode?
Explain the functionalities that views support?
syntax and example for bitmap index in sql???
Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?
What information is maintained within the msdb database?
Can we call future method from trigger?
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)