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 |
|
amarnathreddy.midde
Starting Member
7 Posts |
Posted - 2008-07-25 : 08:39:41
|
| hi guys, Iam really in trouble,I deleted one table from the database(not truncated) unfortunelty i haven't given begin transaction also how can i get back my table data.Please give me solutions as soon as possibleamar |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2008-07-25 : 08:44:33
|
| If you have latest backup, restore from itMadhivananFailing to plan is Planning to fail |
 |
|
|
amarnathreddy.midde
Starting Member
7 Posts |
Posted - 2008-07-25 : 08:46:50
|
how can i get perticular table from back upquote: Originally posted by madhivanan If you have latest backup, restore from itMadhivananFailing to plan is Planning to fail
amar |
 |
|
|
VGuyz
Posting Yak Master
121 Posts |
Posted - 2008-07-25 : 09:01:29
|
| Its not possible to get backup for a single table.Its better u can take backup for the whole database and the restore u'r table. |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2008-07-25 : 09:16:18
|
quote: Originally posted by amarnathreddy.midde how can i get perticular table from back upquote: Originally posted by madhivanan If you have latest backup, restore from itMadhivananFailing to plan is Planning to fail
amar
Restore the backup as a new databaseFrom new database copy the data to old tableMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|