1

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

Shef
  • 44,808
  • 15
  • 79
  • 90
jude
  • 55
  • 5

2 Answers2

1

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

Hannes de Jager
  • 2,903
  • 6
  • 37
  • 57
1

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/

fmotis
  • 276
  • 2
  • 11