Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: DB File Overview

    i believe you hve your data file on the c: drive in 'program files' or other dir with spaces in it... or the name itself... you must enclose the filname...

  • RE: DB File Overview

    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...

Viewing 2 posts - 1 through 2 (of 2 total)