473,806 Members | 2,967 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

dropped tables

hi, we have a database in simple recovery mode
if a table were dropped
Is there a way to recover the dropped table

thanks
DaveL
Aug 12 '08 #1
4 3450
SqlSErver 2005, windows 2003 server
Sql is in Simple Recovery Model

"DaveL" <dv*****@sbcglo bal.netwrote in message
news:kl******** **********@flpi 146.ffdc.sbc.co m...
hi, we have a database in simple recovery mode
if a table were dropped
Is there a way to recover the dropped table

thanks
DaveL


Aug 12 '08 #2
DaveL (dv*****@sbcglo bal.net) writes:
hi, we have a database in simple recovery mode
if a table were dropped
Is there a way to recover the dropped table
Restore it from a backup if you have one. Else... if you are lucky the
extents may not have been overwritten, so data can be recovered. Only
remains to find one who can do the work. I would start with opening a
case with Microsoft. So much is clear, this would be very expensive.
--
Erland Sommarskog, SQL Server MVP, es****@sommarsk og.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
Aug 13 '08 #3
We Restored from the last backup 12 hours prior...
and was able to rebuild the missing Rows , based on log entries....was a lot
of parsing and re-construction, but managed to get almost all re-built...so
were ok

thanks for all the advice

DaveL

"Erland Sommarskog" <es****@sommars kog.sewrote in message
news:Xn******** **************@ 127.0.0.1...
DaveL (dv*****@sbcglo bal.net) writes:
>hi, we have a database in simple recovery mode
if a table were dropped
Is there a way to recover the dropped table

Restore it from a backup if you have one. Else... if you are lucky the
extents may not have been overwritten, so data can be recovered. Only
remains to find one who can do the work. I would start with opening a
case with Microsoft. So much is clear, this would be very expensive.
--
Erland Sommarskog, SQL Server MVP, es****@sommarsk og.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx

Aug 15 '08 #4
DaveL (dv*****@sbcglo bal.net) writes:
We Restored from the last backup 12 hours prior... and was able to
rebuild the missing Rows , based on log entries....was a lot of parsing
and re-construction, but managed to get almost all re-built...so were
ok
Maybe time to consider to switch to full recovery?

--
Erland Sommarskog, SQL Server MVP, es****@sommarsk og.se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx

Aug 15 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2630
by: Együd Csaba | last post by:
Hi All, I run into an error message. I have the following function where t_stockchanges is one of my tables. -------------------------------------------- create or replace function get_last_open(int, int) returns setof t_stockchanges AS ' declare ProductID alias for $1; StockID alias for $2;
11
2030
by: Al Murry | last post by:
A Java Batch job running on AIX 4.3.3 talking to another RS6000 running DB2 6.1 was taking 15 min last week. This week it is taking over 6 hours! The job uses 4 tables that have over 5,000,000 rows each. I am told nothing has changed in the batch job and other than about 10K new records inserted each night into a few of the tables, nothing has changed in the DB. (I am told) The questions is; Can a query, insert and update job go...
7
3901
by: cbielins | last post by:
So yea... I rm-ed a rlv that our TS_FACT2 tblspace was using. So our db went to the crapper. The tblspace didn't have any pertinent info, so I'm ok with dropping the tblspace and starting over. These are the commands and errors that I have found: --db2 => restart database sware drop pending tablespace (TS_FACT2) DB20000I The RESTART DATABASE command completed successfully. --db2 => list tablespaces
3
7837
by: hikums | last post by:
I dropped the db2detaildeadlock event monitor without flushing the events that were full hoping dropping it will clear the messages also. I now understand this is a default monitor that I should not dropped. Now there are "SEVERE" error messages occuring everyday -few times. What should I do to ensure these messages are not thrown. 2005-04-27-06.24.04.087962-240 I6572370C334 LEVEL: Warning PID : 17042 TID : 1 ...
3
2294
by: Rajesh Kumar Mallah | last post by:
Hi, Looks like alter table does not tells about the indexes it dropped PG version: 7.4.3 Regds mallah.
1
2100
by: Ravi Padmakar | last post by:
Hello, In the process of making my database work (I started with not being able to insert records because of tablespace issues) , I dropped the tablespace for it. Now I am not able to access the data in any of the tables because the tablespace on those tables is invalid. Is there any way I can attach a new Table space to the existing tables(I get a SQL3022N error code -204 message) . I don't work with databases and am more into the DRDA...
1
1059
by: bipinskulkarni | last post by:
Where the dropped tables and database stored?
0
3539
by: bbkm | last post by:
when i am doing dropped table reccovery step1- the tablespace should be in recovery mode is it rite step2 - the database should be in archivelog mode is it rite step-3 - identify the dropped table and get it's DDL and note the dropped table id. step4 - now restore the appropriate tablespace in the which the table is dropped step5 - rollforward the database step6 - now create the dropped table by using the ddl generated at LIST HISTORY...
2
3904
by: amit2781 | last post by:
Hi, I have created 4 tables in 'amit' database and then I deleted them. Still I able to get information about the table_schema for the table deleted. After drop table when I fire a query for table_schema from information_schema.tables it will give me result as 'amit'. I didn't understand why it is happnes. See the below steps done. mysql> use amit; mysql> show tables; +----------------+
0
9719
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9597
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10620
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10372
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10110
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9187
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7650
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5546
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4329
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.