Accidentally i deleted my table. How can i get that table?
Answer Posted / 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 |
Post New Answer View All Answers
What does the on update no action do?
What is data compression?
Is it possible to replicate data from sql server to oracle? : sql server replication
What are the 2 types of classifications of constraints in the sql server?
What are the differences between lost updates and uncommitted dependencies?
what is spatial nonclustered index
List some of the rules that apply to creating and using a ‘view’
What is a database in ms sql server?
Working with TLogs
What is the stuff and how does it differ from the replace function?
How can you tell if a database object is invalid?
What is a result set object returned by mssql_query()?
How to call a function from a stored procedure in SQL Server ?
what is isolation level at dead lock?
What are various ways to enhance the ssrs report?