Click here to Skip to main content
15,922,015 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
My question is


we are designing packages in (SSIS)Sqlserver Integration Services using Source and Destination Adapters to pull the data into target systems.

if we want to full the Sqlserver table data into Sqlserver databases then
we are most of time using Oledb Source/Destination adapters instead of using
Sqlserver Source/Destination adapters



why were we using Oledb source and Oledb destination ?
can you please give me anybody detail answer............
Posted
Comments
Thanks7872 6-Aug-13 1:47am    
omg...I dont even able to answer why you are working with this project? There is nothing to answer,really.

Oledb destination[^]

Oledb Source[^]

Check the links..hope it will help..
 
Share this answer
 
Hi Madhu,

As per Microsoft guideline, IF your destinations is always going to remain same (SQL Server) then it is advisable to use sql server as destination from tool box, it will give you better performance then oledb destination.

if your destination changed to somewhere else on some other server type(e.g oracle) at that time you need to change your destination type(e.g. from sqldestination to oledb destination, it means you have to do rework, only connection string change will not work if you have sql server as destination type.

In this case OLEDB Destination will be benifited if your server type changes, then you only need to change server connection string in your dtsconfig file.


Regards,
Mubin
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900