This procedure collects space usage in all filegroups defined in each database. The undocumented ‘sp_MSforeachdb’ Stored Procedure is used to execute T-SQL statements against dbo.sysfiles table in every database defined to a SQL Server instance.
Long description:
Checks the remaining space for all databases where the data files are set with limited growth rate (max size not unlimited).
Post your comment on this topic.