Re: Some queries regarding SSIS ETL Development
- From: Allan Mitchell <allan@xxxxxxxxxxxxxxxxxx>
- Date: Tue, 30 May 2006 01:11:09 -0700
Hello AMAN,
If i read you correctly you have 17 packages?
OK if this is the case then these objects are independent of each other. The package folder in BIDs is simply an organiser nothing more. If you want to call each of those packages and in order then I would be looking at the ExecutePackage task along with workflow constraints between those package calls.
For the Funky new ExecuteSQL task please take a look at this article
The ExecuteSQL Task
(http://www.sqlis.com/default.aspx?58)
Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com
Hi all,
I am a newbie to SSIS.Need a solution to couple of issues I am
currently facing while developing ETL in SSIS
1) Under SSIS Package Folder I have defined mappings for 17
dimensions.
1st Dimension say Account has been Set up as a startup object.
Now when I run the package ir runs only my account dimension and loads
the target,other dimensions are not run at all!
Arent the other dimensions run in the order present in SSIS Package
Folder? If not how are they to be connected with each other?
2) Second issue is of passing parameters in an Execute SQL task.
I have defined 3 variables with the scope of Package Level.
3 parameters have been mapped to these 3 variables. Parameters are a
part of the SQL,but are not getting parsed.
I need to pass them somehow? Can anyone suggest how?
Please give your inputs SSIS gurus.
Thanks in advance.
Regards,
Aman Anand
.
- References:
- Some queries regarding SSIS ETL Development
- From: AMAN
- Some queries regarding SSIS ETL Development
- Prev by Date: Re: SSIS An error occurred while attempting to perform a type cast
- Next by Date: Re: SSIS An error occurred while attempting to perform a type cast
- Previous by thread: Some queries regarding SSIS ETL Development
- Next by thread: Re: Data Transformation.
- Index(es):
Relevant Pages
|