Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Eseutil /d Defragments the Database and the Streaming File


View products that this article applies to.

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.

↑ Back to the top


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.

↑ Back to the top


Keywords: KB254132, kbinfo

↑ Back to the top

Article Info
Article ID : 254132
Revision : 7
Created on : 10/25/2007
Published on : 10/25/2007
Exists online : False
Views : 269