Datatype to save excel file in sql server?

Posted by gowri-ganapathy on Stack Overflow See other posts from Stack Overflow or by gowri-ganapathy
Published on 2010-03-22T13:19:27Z Indexed on 2010/03/22 13:21 UTC
Read the original article Hit count: 379

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 tsql

Related posts about sql