The following data flow components can use data source views:
OLE DB Source
There is no dependency between a data source view and the packages that reference it. When you use a data source view in a package, the view definition is added to the package definition in the pertinent data flow component property. For example, in a package that includes a Lookup transformation, the view—a SELECT SQL statement—is stored in the sqlCommand property of the Lookup transformation. Even if a data source view is no longer part of the project, the package continues to be valid because the SQL representation of the data source view is saved in the package definition.
2 comments:
Siddharth, may i pick your brain please. I have created a Data Source View and Named Query, which look ok. However, when i choose to connect to this in a Data Flow Task > OLE DB Source, it is not appearing. Have you ever come across this?? Many thanks, Paul, England
Check this thread : http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/435104a3-ae7f-4a64-98b3-e8ca9dd61211
Even if this thread does not help you and you still face same issue, please email me a demo solution where you can replicate this issue and I can take a look.
Post a Comment