all groups > sql server dts > may 2006 >
You're in the

sql server dts

group:

Some queries regarding SSIS ETL Development


Some queries regarding SSIS ETL Development AMAN
5/30/2006 12:59:57 AM
sql server dts:
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
Re: Some queries regarding SSIS ETL Development Allan Mitchell
5/30/2006 1:11:09 AM
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

[quoted text, click to view]

AddThis Social Bookmark Button