size of database containing trace data.

  • Hi,

    We have collected data in a database through profiler run on diff

    databases.The database has grown to size of 8gb ,whereas i colud

    see only 1gb of data in tables using sp_show_huge_tables.

    Regards

    Prasanna

  • The rest of the space is probably being used by the database's transaction log.

    Run DBCC SQLPERF (LOGSPACE) to see the space used by all the logs in the instance.

    Greg

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

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