i've change it a bit , so the curent size on the db to be more acurate ... se tempdb...
thanks 🙂
/****************************************************************************************************
**DB Size&Vlf
****************************************************************************************************/
SET NOCOUNT ON
declare @dbcnt int,
@DBName varchar(256),
@FileName varchar(256),
@FileType varchar(256),
@FreeSpaceInMB...