jude
jude

Reputation: 55

Tables in exchange server (.edb) file

Can anybody tell me what are the different tables used in an exchange server .edb file and what are their schema.

Upvotes: 1

Views: 675

Answers (2)

fmotis
fmotis

Reputation: 286

Joachim Metz has reverse engineered the edb file format. He also worked somewhat on the Exchange database. His project is open source and there's some documentation about the tables and columns of the exchange (and other) database.

Here's the link: http://sourceforge.net/projects/libesedb/files/

Upvotes: 1

Hannes de Jager
Hannes de Jager

Reputation: 2923

I've found this tool that allows you to view the schema and its data.

Upvotes: 1

Related Questions