I need to store our ASP files into a SQL 2005 database. Average file size is
about 35 KB. Could someone please explain an easy way to store text files in
SQL 2005?
Thank you.
Joe H - 10 Jul 2008 16:24 GMT
Interesting notion - to use a datawarehouse to store your ASP files...
>I need to store our ASP files into a SQL 2005 database. Average file size
>is
[quoted text clipped - 3 lines]
>
> Thank you.
Jeje - 11 Jul 2008 01:33 GMT
take a look at the binary data type.
you can found samples on the web to learn how to store / retrieve files in
SQL Server
> I need to store our ASP files into a SQL 2005 database. Average file size
> is
[quoted text clipped - 3 lines]
>
> Thank you.