SYMPTOMSWhen you import large log files or run lengthy reports involving a large SQL Server database, it can take a very long time to process this data, often in excess of twelve hours or more. The server may appear to stop responding and give only intermittent spurts of activity, or the operation may terminate abnormally with an error message. WORKAROUNDThe following algorithm can help you calculate the size of the SQL Server database to configure: Number of days to import * average log file size per day * number of servers hosting the site(s) * 1.3 (30% for index space) * 1.25 (for tempDB) * 1.2 (for transaction log)A quicker way to estimate this is to note that 1.3 * 1.25 * 1.2 = 1.95. Therefore, if you multiply days * log size * servers, and then double that number, you will have a good estimate of the requirements. Additional query words:
Keywords : |
Last Reviewed: March 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |