Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
rajkishor09
Starting Member
2 Posts |
Posted - 2010-11-10 : 13:48:54
|
i accidentally dropped two tables from my database. i take daily back-up at day end. this mess happened in afternoon so i have back up of last day not from morning to noon. is it possible to recover those tables anyhow. i am novice in this work. if possible please provide details on recovery.Thanks |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
rajkishor09
Starting Member
2 Posts |
Posted - 2010-11-10 : 14:25:38
|
as i said i am novice in this, i am backing up DB from my app using "BACKUP DATABASE [BillDB] TO DISK = N'C:\AS\Debug\BackUp\BackUp_11-10-2010.bak' WITH NOFORMAT, NOINIT, NAME = N'BillDB-Full Database Backup', SKIP, NOREWIND, NOUNLOAD, STATS = 10" command.Only this command is used for backup nothing else, this creates .bak in predefined folder. I am using SQL Server 2005 Express. |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|
|
|