Managing Data Growth in SQL Server

Posted on Simple Talk See other posts from Simple Talk
Published on 21 January 2010 Indexed on 2010/03/16 17:01 UTC
Read the original article Hit count: 276

'Help, my database ate my disk drives!'. Many DBAs spend most of their time dealing with variations of the problem of database processes consuming too much disk space. This happens because of errors such as incorrect configurations for recovery models, data growth for large objects and queries that overtax TempDB resources. Rodney describes, with some feeling, the errors that can lead to this sort of crisis for the working DBA, and their solution.

© Simple Talk or respective owner

Related posts about Database Administration