Re: Shrink temp db

From: Steve Thompson (SteveThompson_at_nomail.please)
Date: 12/23/03


Date: Tue, 23 Dec 2003 10:44:54 -0500


"Hlin" <henry_lin2001@yahoo.com> wrote in message
news:uQjzJbWyDHA.1760@TK2MSFTNGP10.phx.gbl...
> My tempdb data size is up to 1.5 gb. How do I shrink it
>
Check out the:
DBCC SHRINKDATABASE
command, detail available in books online.

Keep in mind whatever caused tempdb to grow that large may occur again.

Steve