(sometimes we provide two download links because it may happen that the main server / link is overloaded or slow or non responding - the files are identical. Just choose one, save to the Desktop, double click to install)
File Utility extended stored procedures adds to T-SQL capabilities of:
* Work with files and directories;
* Read and write files line-by-line or by arbitrary data blocks;
* Export and import BLOB data from the disk files to the table fields of TEXT/NTEXT/IMAGE datatype;
* Work with INI files;
* Format string templates.
(
Read/write BLOBs to files, work with directories, etc from T-SQL script.)

File Utility extended stored procedures adds to T-SQL capabilities of:
* Work with files and directories;
* Read and write files line-by-line or by arbitrary data blocks;
* Export and import BLOB data from the disk files to the table fields of TEXT/NTEXT/IMAGE datatype;
* Work with INI files;
* Format string templates.
Write file, Read file, File utils, MSSQL, SQL Server, Extended Stored Procedure