- Firstly there's no tool available out of the box to read the same. A package that reads from a RAW File and dumps in to a text file, needs to be developed. Luckily we have a tool like RAW File reader that can read the RAW file. To download the tool go to http://sqlblogcasts.com/files/folders/ssis_tools/default.aspx
- The biggest issue is, if the schema at the OLTP level changes; then you are ready for the big bang. When the load reads from the raw files that are created from the updated schema, the RAW File Source Adapter immediately fails. This component stores the schema in the package when it reads the schema for the first time. Also the DelayValidation property is of no use as this adapter does not support reading of the schema dynamically. Effectively your loads would fail, and require modification.
My experience and finding is that, think twice before considering RAW file as the staging mechanism; especially if there's a scope that your source system schema might undergo a level of change.
No comments:
Post a Comment