In SQL Server database we have files stored in a table.
We want to extract files from DB to filesystem
The files are html, xls, pdf, image formats.
Please advise options to retrieve information with minimum programming effort.
- Can this be done directly from database using some SQL function / TSQL code?
- Can this be done by ASP.net?
- Can we export records as XML file and work on the attachments?
Thanks.