Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Create SSIS package instead of View

$
0
0

up to now i am getting values from the following View. In this view i am using three base tables. And also i am using Left outer join. From now onwards i want to create SSIS package to get the same values. Is it possible in SSIS package.

If yes means, Can you please suggest me how to create ssis package for my require ment.

View:

select  chrg.JurisID,chrg.Charge,cd.Description,CFSCd.ShortDesc
from  
charge Chrg  
left outer join CFSCode CFSCd on CFSCd.CFSCode=chrg.RelCFSCode and CFSCd.JurisID=chrg.JurisID     
left outer join Coded Cd on Cd.JurisID=chrg.JurisID


madhu ml


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>