We store documents in an SQL Server 2005 database table with a column format of "Image".
Every time I try to store a PDF file which is greater than 1 Meg, it somehow gets corrupted.
Is there any particularly efficient method in .NET to serialize and store large files (~10megs) into a database?
[Edit] Microsoft actually says the max file size is about 2G Variable-length binary data from 0 through 2^31-1 (2,147,483,647) bytes. http://msdn.microsoft.com/en-us/library/ms187993.aspx