Microsoft KB Archive/254132

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:16, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


Eseutil /d Defragments the Database and the Streaming File

Article ID: 254132

Article Last Modified on 10/25/2007



APPLIES TO

  • Microsoft Exchange Server 2003 Enterprise Edition
  • Microsoft Exchange Server 2003 Standard Edition
  • Microsoft Exchange 2000 Server Standard Edition



This article was previously published under Q254132

SUMMARY

When you run eseutil /d against a database to defragment it, the streaming file associated with the database is automatically defragmented. This is the default behavior.

For example, if you run the following command at a command prompt

eseutil /d c:\exchsrvr\mdbdata\priv1.edb


the Priv1.edb and Priv1.stm files are defragmented. If you do not want the streaming file to be defragmented, include the /i option.

MORE INFORMATION

Eseutil in Defragment mode (eseutil /d) has a /s option that allows you to specify the name and location of the streaming file associated with the database. By default, Eseutil looks for the streaming file in the same location as the database and assumes that it has the same name as the database except for a streaming file extension (.stm). However, if your database and streaming file are not in the same location or are not named the same, then the /s option allows you to specify an alternate location or name for the streaming file. The /s option (or its omission) does not control whether or not the streaming file is defragmented.


Additional query words: XADM

Keywords: kbinfo KB254132