GeekArticles
Database
SQL ServerWrite File Transformation
Author: sqldts.com |
Published: 8th Feb 2007 |
Visited: 91 times |
Add CommentFiled in: SQL ServerIn 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...
Read Article Sponsored Links
Related Articles
• File Association in VB.NET Easily associate your programs with file types (.jpg, .html, .mp3) with just 2 lines of Visual Basic c ...