The book that I purchased to help with my SSIS understanding seems to have glossed over this, and I wanted to know exactly what is the method to turn on FastParse in SSIS?
+4
A:
To set fast parse (from here)
- Right-click the Flat File source or Data Conversion transformation, and then click Show Advanced Editor.
- In the Advanced Editor dialog box, click the Input and Output Properties tab.
- In the Inputs and Outputs pane, click the column for which you want to enable fast parse.
- In the Properties window, expand the Custom Properties node, and then set the FastParse property to True.
- Click OK.
Galwegian
2008-09-30 17:14:02