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.
No comments:
Post a Comment