dbTalk Databases Forums  

Organizing Business Rules in SSIS

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


Discuss Organizing Business Rules in SSIS in the microsoft.public.sqlserver.dts forum.



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

Default Organizing Business Rules in SSIS - 05-29-2006 , 10:41 AM






Hi All,

I'm pretty new to SQL Server 2005 and I'm wondering how to organize my
business rules efficiently.

I'm willing to create a Package with several Data Flow Task in my
Control Flow, each Business Rule will be encapsulated in a Data Flow
task. I guess this is possible in SSIS but I can't find how my data can
be send from one data flow to another one. I definitly don't want my
dataset to be parsed completly for each business rule.

Does anyone have an idea how to implement this in SSIS?

Kind regards,

Sébastien.


Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Organizing Business Rules in SSIS - 05-30-2006 , 03:02 AM






Hello sebnunes (AT) hotmail (DOT) com,


If I read the mail correctly you want to operate on a set of data and perform
n operations that make up a business rule. You then want to take that data
and put it into another data flow task which will perform another business
rule(s).

Is that right?

OK so there are as I can see a good number of ways you can implement this.
Here are a couple.


1. Place all your business rules in the 1 data flow task. This isn't as
bad as it might seem if you do not have that many rules that are that complex.

2. Use ExecuteSQL Tasks in the Control Flow and chain them together with
Constraints. This presupposes you have a staging area for the data

3a Use Data Flow tasks for the business processes. Again this presupposes
you have a staging area for the data

3b Use Data Flow tasks but use Raw Files as your intermediate store for
the data between business processes.


Whilst the use of a staging area and sending data to disk is minimised in
SSIS I still think there is a place for it in an ETL solutions without making
it an ELT solution


There are other ways of doing what you want here as well.




Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
Hi All,

I'm pretty new to SQL Server 2005 and I'm wondering how to organize my
business rules efficiently.

I'm willing to create a Package with several Data Flow Task in my
Control Flow, each Business Rule will be encapsulated in a Data Flow
task. I guess this is possible in SSIS but I can't find how my data
can be send from one data flow to another one. I definitly don't want
my dataset to be parsed completly for each business rule.

Does anyone have an idea how to implement this in SSIS?

Kind regards,

Sébastien.




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.