Home Products Support Sales Corporate
Products
Performance Monitor
Database Compare
Database Manager
Job Scheduler






Home > Articles > SQL Server Administration > sp_helpdb: How big is your database log file?

sp_helpdb: How big is your database log file?

All SQL Server data modifications (updates, inserts, and deletes) are initially recorded in the database log file. Depending on the frequency of modification and your backup and recovery model, the size of the database log file can grow to large proportions in a short amount of time.

Use sp_helpdb to determine, among other things, the size of both data and log files separately. The stored procedure returns two separate recordsets so you need to use the Recordset pane in Teratrax Database Manager to navigate between the two recordsets.

 

Syntax

EXECUTE sp_helpdb MyDatabase

 



Privacy Statement License Agreement Articles Site Map         Copyright © 2002-2008 Teratrax Inc. All rights reserved.