Superfast Powershell Script Gets SQL Server Log Utilization
This is a nifty Powershell script which uses DBCC sqlperf(logspace) to get the log utilization for all your databases on all your servers. Best of all, it is super quick! I have over a dozen servers from 2000 to 20008 with numerous databases on each. This routine returns all my log information in a matter …
Continue reading ‘Superfast Powershell Script Gets SQL Server Log Utilization’ »