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?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.