How to check SQL Server Database available(free) s

  • Dear all,

    How to find out sql server database available(free) size using Query analyzer?. Since I don't have permission to use Enterprise Manager,I tried with stored procedure sp_helpdb <dbname>, that only gives used space.

    plz provide me solution using Query analyzer.

    regards

    riyaz

  • Try:

    use <dbname>

    exec sp_spaceused

    Cheers,

    - Mark


    Cheers,
    - Mark

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

You must be logged in to reply to this topic. Login to reply