Hi,
How can we make use of DSV in SSIS?
In the connection manager of a package i tried to add a link to it but couldn't.
I believe it has an importance since it is there. Could anyone tell me what is its benefits and how it could be implemented?
Thanks
Christina
A DSV allows you to create a metadata layer over an existing Data Source. Within a DSV, you can select a subset (or all) of the tables and views available from a Data Source, rename any of the tables/views and/or their columns, add new Named Calculations (which act like computed columns within a table/view), and add new Named Queries (which are complete select statements, which basically act like views).
To use a DSV within SSIS, you still create a Connection Manager that points to the Data Source that the DSV is based on. Then, when you select the Connection Manager, you should have the option to select the DSV that is based on it. For example, if you have a Data Source based on an OLE DB provider connecting to SQL Server, you could create a DSV based on the database that the Data Source is connecting to. Then, within a Data Flow task, if you add an OLE DB Source adapter, when you select the Connection Manager based on your OLE DB data source, you should be able to also select the DSV.
HTH,
Dave Fackler
|||Thanks Dave.
Actually this is what I read about it in the books online. However when I come to add a data source in the connection manager i don't see the DSV among the possible connections.
Have you tried it? I could have missed something.
Thanks again
Christina
No comments:
Post a Comment