Forum Replies Created

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

  • RE: Size and Name of all Databases

    Yes that is true. But the SQL i made will give database name, ID with database size used and total. Generally system is producing data file wise results by system...

  • RE: Size and Name of all Databases

    Hi All,

    Please find query. I made some customization in the Query developed by central user.

    Create TABLE #db_file_information(

    fileid integer

    , theFileGroup integer

    , Total_Extents integer

    , Used_Extents integer

    , db varchar(30)

    , file_Path_name varchar(300))

    -- Get...

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