TempDB file properties

  • Hi,

    In our SQL Server, we have 8 TempDB files and 1 log file. Is there any way to retrieve the autoGrowth properties of them via SQL statement?

    Regards,

  • Sure. Query sys.database_files (change database context to TempDB first) or sys.master_files and filter for database_id = 2

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

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

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