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
How to replace null values in expressions using isnull()?
What do you think of this implementation? Can this be implemented better?
You want your report to display a hyperlink that will take users to your intranet. How do you configure such a hyperlink?
What are extended events in sql server?
What is self contained multi valued query?
What are scalar functions in sql?
How to create an inline table-valued function?
What is the difference between migration and upgradation in sql server?
What is the difference between count and distinct count?
What are key, name and value columns of an attribute? : sql server analysis services, ssas
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
What are the types of subscriptions in SQL Server replication?
explain the difference between oracle- sql and sql server sql ? if both are same y we r using 2 sw.s?
Which are the new data types introduced in sql server 2008?
How do I trace a query in sql server?