473,387 Members | 1,440 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.

Backup - Solution Needed

RLN

hi group
My database name : developer
day 1. Taken full backup

day 2. taken differential backup

day 3. taken differential backup

day 4. taken differential backup

day 5. taken differential backup

day 6. taken differential backup
finished backups

month 1. after one month volunterily deleted records of tables.
month 2. want to view only database with day 2 .

( I want to restore only day2 backup (including full backup) and use
the database)

Is it possible in Microsoft SQL Server?

Need Good solution or tool for this.

Expecting good suggestions or coding or tools


With Admiration
RLN

Jul 23 '05 #1
3 1198
I'm not sure what you're asking - do you want to know how to set up a
backup schedule like the one you've described, or do you want to know
how to recover your database back to day 2?

To create a backup schedule, you can use Enterprise Manager -
right-click the database, All Tasks, Backup Database, and select the
backup type and schedule details that you want. In this case, you would
need two backups - full scheduled once a week, and differential
scheduled each day.

To recover to day 2, you would need to recover the full backup from day
1 WITH NO RECOVERY, then the differential backup from day 2 WITH
RECOVERY.

If this doesn't help, I suggest you explain a bit more about what you
want to do, and it would also be useful to know which version of MSSQL
you have. There is lots of information in Books Online about backups
and recovery, and scheduled jobs, so you should have a look there also.

Simon

Jul 23 '05 #2
RLN
Is it possible to take backup for the particular date range?

for example
my database is fully up on year 2004.
i need seperate backups for every month ( total 12)
but i need to restore the data for only for the month of april 2004 i
don`t need previous to april and after april
Only restore april month.

Jul 23 '05 #3
Short answer - no. You can't back up individual pieces of data like
that, as it depends on what your data represents, how you've stored it,
how you identify data in each time period etc. Perhaps you can use
views to present each period of data to your clients, or you could
create multiple databases, then delete the unwanted data from each one
and back it up. But I have no idea if that makes any sense, and it
might be impractical with a large or complex database anyway.

If you need more suggestions, you should probably explain what your
goal is, and not how you want to achieve it, ie. don't tell us you want
12 separate backups, tell us why you think you need them. Someone may
be able to make a better suggestion with more information.

Simon

Jul 23 '05 #4

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

Similar topics

3
by: James | last post by:
HI, I'm looking for a script that will allow users/admins to have a one click backup solution for a MYSQL Database.. 'BACK DATABASE' button, click and its done... The a restore option, that...
7
by: bobdirls | last post by:
Hi, Is there any way of telling if a database or table has been updated, altered or deleted from since the last backup was made in SQL server. Windows does not correctly report .mdf file size...
3
by: rcamarda | last post by:
I do weekly full backups of my SQL databases via a scheduled T-SQL job. I noticed that I have some static databases that dont normally change, so I dont want to back it up if it has not changed,...
6
by: Eric Herber | last post by:
I've a question regarding db2 (V8.1) and database backups going to a storage manager like TSM for example. As I can see in the storage manager if I backup the complete database over the TSM API...
6
by: Charles Morrall | last post by:
I have no experience with DB2 as such, but I've been tasked with configuring backup of a server running DB2 v8 on Windows Server 2003. I do have some experience with backups in general though. The...
1
by: | last post by:
Hi all I am posting this to check if anyone could help me. The problem still persists. I am beginner in C#. Thanks. Subject: SQLDMO.Backup and ProgressBar - help please From: ...
3
by: yoyo | last post by:
So I get a call from my customer this morning, he tells me the database has hung during the TSM backup and nobody can connect. After tyring a few things, I resorted to db2_kill, and db2start. I...
13
by: gavino | last post by:
This seems easy but I have been asking tcl and python IRC chat all day and no one gave an answer. I have 100 servers which need a new backup server added to a text file, and then the backup agent...
2
by: clilush | last post by:
I've been working with db2 8.2fp14 for over a year now and was wondering what is a "standard" way of doing a backup to provide 24/7 operations with disaster recovery capabilities? My thoughts were...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: 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
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
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...
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.