473,387 Members | 1,766 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

SQL Server 2000 Rollback?


I've accidentally (of course) overwritten all Intranet database tables
in production with those in dev using DTS. I'm meant to only copy over
new tables but somehow got everything instead. Server guys said backups
weren't running for some reason. Is there anyway I can revert this
database back to earlier in the day?
--
Posted via http://dbforums.com
Jul 20 '05 #1
2 8934

"Jason Scott Smi" <me*********@dbforums.com> wrote in message
news:34****************@dbforums.com...

I've accidentally (of course) overwritten all Intranet database tables
in production with those in dev using DTS. I'm meant to only copy over
new tables but somehow got everything instead. Server guys said backups
weren't running for some reason. Is there anyway I can revert this
database back to earlier in the day?
--
Posted via http://dbforums.com


If your database is in full recovery mode, then you should be able to backup
the transaction log, restore the last available full backup, then restore
the log backup(s) to a point in time before you overwrote your tables. See
"Recovering to a point in time" in Books Online.

But if you don't have a log backup, and the log has been truncated or the
database is in Simple reovery mode, then there probably isn't a lot you can
do.

Simon
Jul 20 '05 #2
Jason Scott Smi (me*********@dbforums.com) writes:
I've accidentally (of course) overwritten all Intranet database tables
in production with those in dev using DTS. I'm meant to only copy over
new tables but somehow got everything instead. Server guys said backups
weren't running for some reason. Is there anyway I can revert this
database back to earlier in the day?


If the database is running in full recovery mode, you might be able
to save the day with the 3rd party tool Lumigent Log Explorer,
http://www.lumigent.com.
--
Erland Sommarskog, SQL Server MVP, so****@algonet.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp
Jul 20 '05 #3

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

Similar topics

112
by: Andy | last post by:
Hi All! We are doing new development for SQL Server 2000 and also moving from SQL 7.0 to SQL Server 2000. What are cons and pros for using IDENTITY property as PK in SQL SERVER 2000? Please,...
10
by: HB Kim | last post by:
Hello, What could possibly cause data in the SQL server database to be removed, except being deleted manually? We had a couple of situations where data in certain records disappeared although the...
3
by: Hasan | last post by:
Hi I'm having a problem with deadlocks in a table in SQL server when trying to update it through Biztalk 2004. There is no problem when I use the same Biztalk solution to update a similar dummy...
4
by: banz | last post by:
Hello I have a problem to resolve: I wrote a Perlscript which caches data from a server (local on my machine) I would like to have a other connection to a remote server but I don't know how to...
2
by: J | last post by:
hi, I'm having a problem installing a service created in vb.net 2003 on a windows 2000 server. I have installed the service on a few XP machines with out any problems...but the 2 servers (win...
4
by: xAvailx | last post by:
Hello: I didn't find any documentation that notes save point names are case sensitive, but I guess they are... Stored Proc to reproduce: /* START CODE SNIPPET */ If Exists (Select * From...
2
by: Jason Huang | last post by:
Hi, In our C# windows application, if we build up a SqlCommand array, saying TestCommand . And in the SqlCommand array, later on we try each TestCommand, ..., TestCommand, by testing the...
2
by: Jobs | last post by:
Download the JAVA , .NET and SQL Server interview with answers Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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,...

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.