Click here to Skip to main content
15,887,083 members
Articles / Database Development / SQL Server

Writing into a File from Database

Rate me:
Please Sign up or sign in to vote.
5.00/5 (11 votes)
4 Nov 2016CPOL8 min read 25.4K   572   21  
Few CLR procedure concepts to write into a file from SQL Server database
Writing into a file from an SQL Server database can be done in several ways. Perhaps an easier way than using FileSystemObject via OLE automation is to use a small CLR procedure or procedures.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Europe Europe
Biography provided

Comments and Discussions