473,385 Members | 1,824 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,385 software developers and data experts.

Event driven log backup?

Has anyone explored a process whereby the Transaction Log would be
backup up based upon a defined threshold, ie. 75% full? All the
research against news group posts and SQL2000 literature seems to
point to scheduling a log backup job on a periodic basis. My workflow
isn't 24 hour consistant and even adjusting the interval during the
day isn't a good answer when the multiple databases on a server fill
their logs at different rates.
Jul 20 '05 #1
1 1462
fp****@hotmail.com (Fred Prose) wrote in message news:<19**************************@posting.google. com>...
Has anyone explored a process whereby the Transaction Log would be
backup up based upon a defined threshold, ie. 75% full? All the
research against news group posts and SQL2000 literature seems to
point to scheduling a log backup job on a periodic basis. My workflow
isn't 24 hour consistant and even adjusting the interval during the
day isn't a good answer when the multiple databases on a server fill
their logs at different rates.


You could create an alert using Perfmon on the SQLServer:Databases
(Percent Log Used) counter, which fires at 75% and calls a batch file
or script to backup the log. Personally, I wouldn't do this because a)
it introduces unnecessary complexity, and b) it makes your backup
schedule completely unpredictable. If you don't know the backup
schedule, then you don't know what your recovery options are, which
makes it difficult to tell users and management anything about
possible data loss in the event of an outage.

Simon
Jul 20 '05 #2

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

Similar topics

2
by: alanrn | last post by:
For all you seasoned VB programmers this is going to be a no brainer. However, as a C programmer learning VB I'm having trouble getting my arms around the event-driven nature of VB. Suppose I...
2
by: Jonathan Rea | last post by:
Hello, Any help on the below would be much appreciated. I have an application which is rapidly getting larger and is event driven. i was wondering if anyone knew any good tutorials out there...
0
by: kamlesh.bafna | last post by:
Hi , I am trying to design an event manger class for my Windows application. It is sort of smart client application but doe not depend on any external factors to update itself. Better term would...
3
by: msch-prv | last post by:
I am fairly new to PHP. I started creating a variety of classes (calendars, input forms, combo boxes, etc. ) but I am running into code overhead when I integrate these objects (testing for POST,...
14
by: Snor | last post by:
I'm attempting to create a lobby & game server for a multiplayer game, and have hit a problem early on with the server design. I am stuck between using a threaded server, and using an event driven...
4
by: AzizMandar | last post by:
C++ Event Coding Questions I have done some simple programs in C++ and read a lot of good C++ books (Including The C++ Programing Language, and C++ Primer) I am trying to understand and...
2
by: John Kotuby | last post by:
Hi guys, I am converting a rather complicated database driven Web application from classic ASP to ASP.NET 2.0 using VB 2005 as the programming language. The original ASP application works quite...
0
MMcCarthy
by: MMcCarthy | last post by:
VBA is described as an Event driven programming language. What is meant by this? Access, like most Windows programs, is an event driven application. This means that nothing happens unless it is...
15
by: Phillip B Oldham | last post by:
Are there any python event driven frameworks other than twisted?
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: 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:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...

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.