Is there database maintenance that we should be doing to manage the growth of the database size? I am thinking about transaction logs and other SQL Server database files that tend to grow over time. I would like to make sure that we are managing the growth first, before adding disk space.
Is there any best practice for archiving?
0
Comments
Your databases has two pieces. The actual database and the transaction log.
They grow in different ways and have their own way of being maintained, depending on your wishes for recovery whenever things go wrong.