Hi J,
thanks again for your helpful response.
I had the impression before that Data Sources and Data Source Views are more or less abandoned concepts. I still have the impression that SSIS is more or less beta.
So you suggest I should refrain from trying to use Data Source objects and Data Source Views? I don't see an advantage in Data Source objects if one still has to wade through each connection object referencing it.
Best regards,
Axel Dahmen
------------------------
<jhofmeyr (AT) googlemail (DOT) com> schrieb im Newsbeitrag news:357f3f7c-38b9-4366-a886-ec7297e85ea3 (AT) e39g2000hsf (DOT) googlegroups.com...
Quote:
Hi Axel,
Data Source's should be available in any source task that supports the
type of connection (OLEDB source for OLEDB connection). However, I
would advise against using Data Sources. At first glance, you would
think they are a nice way to manage connections across multiple
packages, but in reality changing the data source still forces you to
open every task that uses that connection and refresh the metadata(!)
IIRC there are also issues with configuration as the DS doesn't really
belong to any particular package, but rather to the solution.
DSV's are not used in SSIS at all.
Good luck!
J |