Thank this author by sharing:
By Tommy Bollhofer, 2009/09/23
Very useful on space constrained systems post index maintenance, etc. i.e.
exec usp_maintain_database_log
@target_free_pct = 20,
@minimum_size_mb = 500,
@backup_log_file_path = 'C:\TEMP\'
Enjoy!
As a member of SQLServerCentral, you get free access to loads of fresh content: thousands of articles and SQL scripts, a library of free eBooks, a weekly database news roundup, a great Q & A platform… And it’s our huge, buzzing community of SQL Server Professionals that makes it such a success.
Join us!
Steve Jones Editor, SQLServerCentral.com