I'm doing a research about the Sharepoint database. The Sharepoint database has a table called alldocs. Within this table there is a column called "metainfo". The "metainfo"column is in a binarystream format, and should represent a metadict format.
My Question: What information is stored in the metainfo column? How do I convert this binstream to something readable?