I am saving files into a sql server 2005 database in a binary field. I am wondering how to get the metadata that is embedded in that file. If I get the file out of the database and save to a file on hard disk that metadata changes correct, such as created date. Is there a way to get the metasdata of a byte array or something similiar? Thank you.