Just wanted to know what is a general rule of thumb when determining log file space against a database's data file.
We allow our data file for our database to grow 10%, unlimited. We do not allow our log file to autogrow due to a specific and poorly written process (which we are in a three month process of remove) that can balloon the log file size.
Should it be 10% of the Data file, i.e. if the Date file size is 800MB the log file should be 8MB?
I realize there are a myraid of factors that go against file size but a general starting point would be nice.
Thanks
Jeff
--
Message posted via http://www.sqlmonster.com
We allow our data file for our database to grow 10%, unlimited. We do not allow our log file to autogrow due to a specific and poorly written process (which we are in a three month process of remove) that can balloon the log file size.
Should it be 10% of the Data file, i.e. if the Date file size is 800MB the log file should be 8MB?
I realize there are a myraid of factors that go against file size but a general starting point would be nice.
Thanks
Jeff
--
Message posted via http://www.sqlmonster.com
Comment