I will say ...

I will not say I have failed 1000 times; I will say that I have discovered 1000 ways that can cause failure – Thomas Edison.

Wednesday, December 16, 2009

How To Store Any File into SQL Database.

Recently I completed a project where I need to store various files, i.e. Microsoft Office file formats, PDF, Images, etc.). When I started writing code, I wrote a function to store binary data, after that I thought why not use direct bulk insert from a SQL Server StoredProcedure.

This is just a simple article to store any file format into a SQL server database.

Click to view the article.

No comments:

Post a Comment