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

Server back-up logging database

Hi

I was wondering if anyone fancied throwing some ideas about for a new
task I've been set.

I'll say now I'm by no means an Access guru, so please bear that in
mind.

Basically I have been asked to create some form of database, that will
log wether a server successfully back-up or not and then will create a
report of it for month end etc.

I have the format of how I want it to work, but the thing is we
back-up every day (aren't we good! :) )

Now I can do it for one day, it is recreating it for the other 364
days of the year I am stuck with!!

Basically I have a flat table, listing the 5 servers with a failed
tick box and a comment box.

So every morning I want to open up the database, have that days log
appear (with the 5 servers listed and date displayed) tick which ones
failed and save it.

And that is it, then produce a simple report at the end of the month.

Is there a way of automating a new table everyday (I say table but it
can't be the answer doing a new table for every day?!)

So there we have it, I'll start trying a few things out but any ideas
are very welcome.

Thanks guys

Regards

Stewart
Nov 13 '05 #1
3 1205
In message <41**************************@posting.google.com >, Stramec
<st***********@hotmail.com> writes

I have the format of how I want it to work, but the thing is we
back-up every day (aren't we good! :) )

Now I can do it for one day, it is recreating it for the other 364
days of the year I am stuck with!!

Basically I have a flat table, listing the 5 servers with a failed
tick box and a comment box.
If you are always going to have 5 servers then you can create a single
table with 5 YES/NO columns, one for each server, and one column for the
date and one for comments. Create a form, set its data-entry property to
Yes. Set the default value for the date column to now() -1 so that it
gets yesterday's date.

When the form opens it will display yesterday's date and an empty
check-box for each server.



So every morning I want to open up the database, have that days log
appear (with the 5 servers listed and date displayed) tick which ones
failed and save it.

And that is it, then produce a simple report at the end of the month.

Is there a way of automating a new table everyday (I say table but it
can't be the answer doing a new table for every day?!)

So there we have it, I'll start trying a few things out but any ideas
are very welcome.

Thanks guys

Regards

Stewart


--
Bernard Peek
London, UK. DBA, Manager, Trainer & Author. Will work for money.

Nov 13 '05 #2
Pat
Let me ask a few questions here first.
What means are you using to backup each server? Is there a log file for
that process or better is it a scheduled task?

If so, you probably want to work towards automation, but that will require
some VBA which might be more advanced than what your interested in.

Here's how I might tackle something like this. One table:
RecordID (autonumber)
ServerName (text)
BackupDate (date)
Completed (yes/no)

Write a record for each server and each date. How to automate the record
write will depend on how you are performing your backups.

Hope that gets you started,
Pat

"Stramec" <st***********@hotmail.com> wrote in message
news:41**************************@posting.google.c om...
Hi

I was wondering if anyone fancied throwing some ideas about for a new
task I've been set.

I'll say now I'm by no means an Access guru, so please bear that in
mind.

Basically I have been asked to create some form of database, that will
log wether a server successfully back-up or not and then will create a
report of it for month end etc.

I have the format of how I want it to work, but the thing is we
back-up every day (aren't we good! :) )

Now I can do it for one day, it is recreating it for the other 364
days of the year I am stuck with!!

Basically I have a flat table, listing the 5 servers with a failed
tick box and a comment box.

So every morning I want to open up the database, have that days log
appear (with the 5 servers listed and date displayed) tick which ones
failed and save it.

And that is it, then produce a simple report at the end of the month.

Is there a way of automating a new table everyday (I say table but it
can't be the answer doing a new table for every day?!)

So there we have it, I'll start trying a few things out but any ideas
are very welcome.

Thanks guys

Regards

Stewart

Nov 13 '05 #3
thanks for the response guys.

I think I will steer clear of the automate VBA writing at this time. Company
likes it to be done manually just to make sure it all went ok.

I'll have a go at the form and go from there.

I assume writing a report from the form is a simple matter of a filter on
the yes/no field?

cheers

"Bernard Peek" <ba*@shrdlu.com> wrote in message
news:gW**************@shrdlu.com...
In message <41**************************@posting.google.com >, Stramec
<st***********@hotmail.com> writes

I have the format of how I want it to work, but the thing is we
back-up every day (aren't we good! :) )

Now I can do it for one day, it is recreating it for the other 364
days of the year I am stuck with!!

Basically I have a flat table, listing the 5 servers with a failed
tick box and a comment box.


If you are always going to have 5 servers then you can create a single
table with 5 YES/NO columns, one for each server, and one column for the
date and one for comments. Create a form, set its data-entry property to
Yes. Set the default value for the date column to now() -1 so that it gets
yesterday's date.

When the form opens it will display yesterday's date and an empty
check-box for each server.



So every morning I want to open up the database, have that days log
appear (with the 5 servers listed and date displayed) tick which ones
failed and save it.

And that is it, then produce a simple report at the end of the month.

Is there a way of automating a new table everyday (I say table but it
can't be the answer doing a new table for every day?!)

So there we have it, I'll start trying a few things out but any ideas
are very welcome.

Thanks guys

Regards

Stewart


--
Bernard Peek
London, UK. DBA, Manager, Trainer & Author. Will work for money.

Nov 13 '05 #4

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

Similar topics

1
by: Novice | last post by:
Hey all, I'm trying to write a proxy server so that I can capture all data sent from my web browser to any web server and then capture the response from the server and send that back to the...
15
by: Sue | last post by:
Is there such an animal as a frameset/frames server-side webcontrol or htmlcontrol? I have a frameset with two frames - one contains an aspx page with asp buttons that has to do some updating,...
4
by: john | last post by:
I have an app that uses Server.Transfer from page1 to page2. page2 needs to be able to read all the values from page1's form. The problem is, if the user clicks the back button on page2 after a...
8
by: moondaddy | last post by:
Is there a way to make the browser move back to the previous page via code behind on the server? The effect would be the same as the user clicking on the browser's back button. Thanks. --...
3
by: Ken Varn | last post by:
I have Page1 that does a transfer to page2. When the user is done with Page2, there is a button on Page2 that they can press to bring them back to Page1. I use Server.Transfer to navigate from...
4
by: batista | last post by:
Hello All, I want to know the Difference Between Server.Transfer() And Response.Redirect()?
6
by: Jerry Camel | last post by:
Basic Web Form... A few text boxes and a checkbox - and a card reader... The effect I want to accomplish is this: The basic credit card fields are there and can be filled out. But if the user...
3
by: James Hunter Ross | last post by:
Apparently, our developers used "server transfer" in our ASP.NET, and because of this Back/Refresh presses by users are problematic. Apparently the server has information about state and other...
4
by: Neil | last post by:
I was reading on the Microsoft web site that to use the Rich Text property in Access 2007, that you needed to set the table field's TextFormat property to RichText, in addition to setting the text...
9
by: fniles | last post by:
I would like to copy a table(s) from SQL Server 2005 to a CVS file and vice versa. I was thinking to use the BCP command line utility, but I have a few questions: 1. The machine where I am...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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,...
0
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,...

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.