If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Automatic Backup of SQL Database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-14-09, 07:00
SeaWolf SeaWolf is offline
Registered User
 
Join Date: Sep 2009
Posts: 2
Automatic Backup of SQL Database

Hi,

I need a way to automaticly backup and delete part of a database. The database is continously logging values from an HMI program. In order to not allow the database to grow to large, I want to each month take backup of and delete the data collected the previous month. That way data for the current month will be available to be viewed in the HMI program. Is there a way to do this through an SQL query? The timing is no problem as this can be done with logic in the HMI application. It is the query to tell the database to create a backup of and delete the data for the prvious month i need help with.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On