I'm trying to store a document in SQL Server 2008 using the Entity Framework....I believe I have the code for doing this completed. The problem I'm now facing is which Data Type to use in SQL Server and in my entity model....'Image' was my first choice, b...