We currently have SQL Server 2000 in use. One is LIVE and one is BACKUP. We have an audit database which grows massively. What would be ideal is that at the end of each month, the data gets copied from LIVE to BACKUP and the LIVE data to be flushed (hope this makes sense so far)
I was told you can do this in a number ways but one way I found interesting was to split each month into a different data file and then at the end of the month to move the data file over and create a new one for the next month - any advice on this, or any other solution would be appreciated
Thanks,
JJ