-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Microsoft SQL Server 2012 Integration Services: An Expert Cookbook
Resorting to BLOB fields as storage medium for physical files is a common need nowadays. SQL Server support BLOB data in two standard types as Image or Varbinary. SSIS also provides two transformations to work with BLOB fields: Export Column and Import Column.
Export Column will fetch physical files from BLOB data, whereas Import Column feeds the physical file to an Image or Varbinary field.
In this recipe we use both Export Column and Import Column transformations. With Export Column we fetch actual files from the Document table in the AdventureWorks2012 database. With Import Column, we load physical files into the Image type field of the database table.
Create a new empty file at C:\SSIS\Ch03_Data Flow Task-Part 2-Transformations\Files and name it R10_files.txt.
Create a new Integration Services project in BIDS and name the project R10_Export Column.
Create a Data Flow Task; in the Data Flow...
Change the font size
Change margin width
Change background colour