how to save excel file in MS SQL Server 2005

Posted by Anish Mohan on Stack Overflow See other posts from Stack Overflow or by Anish Mohan
Published on 2010-03-22T09:24:57Z Indexed on 2010/03/25 4:53 UTC
Read the original article Hit count: 461

I have a table in which there are two columns : 1. import type, 2. Excel import template.

The second column - "Excel import template" should store the whole excel file.

How would I save excel file in databse...can I use binary datatype column, convert excel file to bytes and save the same ?

Thanks in advance !

© Stack Overflow or respective owner

Related posts about data-conversion

Related posts about excel