Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cookuk

    Shrinking Tempdb on SQL7.0

    1. The server was restarted, and hence all the relevant services. 2. The log file is only 1 Mb, the MDF file 1680 Mb Both are set to unrestricted file growth, growing by 10%.
  2. cookuk

    Shrinking Tempdb on SQL7.0

    Cheers. I see what I did wrong with the dbcc shrink database(tempdb,90) statement, but dbcc shrink database(tempdb,10) has made no difference either. Of the 1700 Mb file size, 1680 Mb is used. Any other ideas?
  3. cookuk

    Shrinking Tempdb on SQL7.0

    I have tried the following methods to shrink the tempdb (which appears to have been filled by a stored procedure using cursors to insert data across 2 databases):- 1. Right-click on the database, All tasks, Shrink database. 2. Query analyzer dbcc shrink database(tempdb,90) 3. Restarting the...
  4. cookuk

    Goldmine and email

    Does anyone know the whereabouts of a technical document describing how goldmine interacts with outlook, outlook express and exchange. I need to work out the best policy for sending and receiving e-mail using outlook, outlook express and exchange, and also how and where each app. would be used.

Part and Inventory Search

Back
Top