dbTalk Databases Forums  

How to: Use Data Source Object and Data Source View Object?

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss How to: Use Data Source Object and Data Source View Object? in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Axel Dahmen
 
Posts: n/a

Default How to: Use Data Source Object and Data Source View Object? - 05-31-2008 , 06:02 AM






Hi,

I can't possibly find any information of actually how to use a data source object or a data source view object in a package.

After I've added a SQL Server data source object and a data source view object to my project I can't use any of them in almost any of the source or destination data flow component.

I've created an entry for the Data Source in the Connection Manager pane, but the only connection where I can see the Data Source object listed is in the DataReader source component. It lists the Data Source object amongst all available connections to use. Is this all? What am I doing wrong?

Moreover, I can't find any option to add a Data Source VIEW object to anything. How am I supposed to use this kind of object in SSIS?

Thanks for enlightening me!

Axel Dahmen

Reply With Quote
  #2  
Old   
jhofmeyr@googlemail.com
 
Posts: n/a

Default Re: How to: Use Data Source Object and Data Source View Object? - 06-02-2008 , 05:58 AM






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

Reply With Quote
  #3  
Old   
jhofmeyr@googlemail.com
 
Posts: n/a

Default Re: How to: Use Data Source Object and Data Source View Object? - 06-02-2008 , 05:58 AM



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

Reply With Quote
  #4  
Old   
jhofmeyr@googlemail.com
 
Posts: n/a

Default Re: How to: Use Data Source Object and Data Source View Object? - 06-02-2008 , 05:58 AM



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

Reply With Quote
  #5  
Old   
jhofmeyr@googlemail.com
 
Posts: n/a

Default Re: How to: Use Data Source Object and Data Source View Object? - 06-02-2008 , 05:58 AM



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

Reply With Quote
  #6  
Old   
jhofmeyr@googlemail.com
 
Posts: n/a

Default Re: How to: Use Data Source Object and Data Source View Object? - 06-02-2008 , 05:58 AM



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

Reply With Quote
  #7  
Old   
jhofmeyr@googlemail.com
 
Posts: n/a

Default Re: How to: Use Data Source Object and Data Source View Object? - 06-02-2008 , 05:58 AM



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

Reply With Quote
  #8  
Old   
jhofmeyr@googlemail.com
 
Posts: n/a

Default Re: How to: Use Data Source Object and Data Source View Object? - 06-02-2008 , 05:58 AM



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

Reply With Quote
  #9  
Old   
jhofmeyr@googlemail.com
 
Posts: n/a

Default Re: How to: Use Data Source Object and Data Source View Object? - 06-02-2008 , 05:58 AM



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

Reply With Quote
  #10  
Old   
Axel Dahmen
 
Posts: n/a

Default Re: How to: Use Data Source Object and Data Source View Object? - 06-03-2008 , 04:32 AM



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

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.