SQLDTS.com - SQLIS.comMicrosoft SQL Server Data Transformation Services and SQL Server Integration Services on the web.Write File Transformation- May 3, 2003 In this article we will show you how to export a file stored in your SQL Server table out to disk. For this we will need two tables. One will be the table that holds the file and its name and the other is a dummy table that we need when using the WriteFile transformation. . Source Table. This is the table that holds our source file and filename.. CREATE TABLE...http://www.sqldts.com/294.aspx |