how to save excel file in sqlserver 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/22 9:31 UTC
Read the original article Hit count: 459

Filed under:
|
|

Hi,

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 store

Related posts about excel