• You can shrink tempdb

    dbcc shrinkdatabase (tempdb, 'target percent')

    this will shrink tempdb. Also you can use dbcc shrinkfile to shrink primary or log file.

    Refer the following link for tempdb:

    http://technet.microsoft.com/hi-in/library/cc966545(en-us).aspx#EBAA

    HTH

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."