• subscribe
August 22, 2001 12:00 AM

Controlling Tempdb Size

SQL Server Pro
InstantDoc ID #21755

The size of my tempdb database is steadily increasing. How can I control its growth?

Tempdb has the auto-grow property set by default. The growth you see signals that SQL Server needs more space allocated to tempdb and is therefore taking it as needed. You can manually configure the maximum size of the database just as you would for another database. You can also turn off the auto-grow property, but Microsoft doesn't recommend this action because some queries could fail if you don't have enough space in tempdb.



ARTICLE TOOLS

Comments
    There are no comments to display. Be the first one!
You must log on before posting a comment.

Are you a new visitor? Register Here