Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
178 views

Tips and Tricks For SQL-BI - Sequence Container in SSIS - Different Ways of Using Sequence Containers

The document discusses using Sequence Containers in SQL Server Integration Services (SSIS) packages to group and manage tasks. It provides two scenarios for using Sequence Containers: 1) To execute tasks in a defined order, with the first Sequence Container (SC1) running required tasks, followed by SC2 which runs irrespective of SC1's success, and SC3 running maintenance tasks after SC2. 2) To conditionally execute the second Sequence Container (SC2) based on a logical condition or package variable, allowing flexible control flow based on runtime values. Sequence Containers help implement business rules by controlling task execution order and conditions.

Uploaded by

wicval
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
178 views

Tips and Tricks For SQL-BI - Sequence Container in SSIS - Different Ways of Using Sequence Containers

The document discusses using Sequence Containers in SQL Server Integration Services (SSIS) packages to group and manage tasks. It provides two scenarios for using Sequence Containers: 1) To execute tasks in a defined order, with the first Sequence Container (SC1) running required tasks, followed by SC2 which runs irrespective of SC1's success, and SC3 running maintenance tasks after SC2. 2) To conditionally execute the second Sequence Container (SC2) based on a logical condition or package variable, allowing flexible control flow based on runtime values. Sequence Containers help implement business rules by controlling task execution order and conditions.

Uploaded by

wicval
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

6/21/2017 Tips and Tricks for SQL­BI: Sequence Container in SSIS ­ Different ways of using Sequence Containers

0   Más    Siguiente blog» wicval@gmail.com   Panel   Cerrar sesión

More And What
Tips and Tricks for SQL­BI
More Causes
People More And
From More
Bolivia Do People In
Labels Search This Blog
Tips and Tricks for SQL Server Developers
Analysis Services Processing  Task  Analysis Search
Services Execute DDL Task Conditional SQL Server Questions and Answers
Formatting  Cube  Date  Dimension
Degenerate  Dimension  For  Loop  Container Followers
Foreach  Loop  Container  Import Thursday, May 5, 2011
Seguidores (195) Siguiente
Export  Wizard  KPI  Package  Configurations
Puzzle  Report  Parameters  Script
Task  Send  Mail  Task  Sequence
Sequence Container in SSIS ­ Different ways of using
Container  Shared  Data  Source  SharePoint Sequence Containers
List  Source  SQL  Server  SQL
Server  2012  SSAS  SSIS Integration Services includes the Sequence container, which makes it simple to divide the
SSIS  Containers  SSIS  Logging
control flow in a package into groups of tasks and containers that you can manage as a unit.
Using Sequence containers lets you handle the control flow in a package in more detail,
SSRS  SSRS  Expressions
without having to manage individual tasks and containers.
SSRS  Grouping  T­SQL  Table If a package has many tasks, it can be helpful to group the tasks in Sequence containers.
Partition Time Dimension
Seguir
I'll explain different scenarios where Sequence Container paly an important role to implement
Total Pageviews business rules.

  Blog Archive
Ad Scenario 1: Ad
►  2012 (8)
1 1 1 8 5 8 5 ▼  2011 (10)
►  December (1)
Popular Posts ►  November (1)

SSRS Expressions ►  October (1)
►  September (1)
Displaying Dynamic Columns in
SSRS Report ►  August (1)
►  July (1)
Sequence Container in SSIS ­
Different ways of using ►  June (1)
Sequence Containers ▼  May (1)
Dynamic Database Connection Sequence Container in SSIS ­
using SSIS ForEach Loop Different ways of usi...
Container
►  March (1)
Dynamic Cube Partitioning in ►  January (1)
SSAS 2008
►  2010 (47)
Incremental Load in SSIS

Script Task to Read File Sequence Task SC1 must execute first. SC1 may have many task with or About Me


without precedence constraints. The group of these task must execute prior to Hari Sharma
Report Parameters in SSRS
2008 any other tasks in the package.
Hari Sharma is a Microsoft Certified IT
Sequence Task SC2 must start after completion of SC1. SC2 must execute Professional. He is a dynamic and proficient
Send Mail Task in SSIS 2008
irrespective of Failure/Success of SC1. Sr. SQL BI Dev who specializes in diverse
Sequence Container in SSIS Sequence Task SC3 contains Maintenence Plan Tasks and should be followed technologies like SQL Server
by SC2. SC3 must execute only after successfully execution of SC2.  2005/2008/2012, BI, OLAP, Data Modeling,
Data Warehousing, SSAS, SSIS, SSRS etc.

Feedjit Live Traffic View my complete profile
Scenario 2:

You might also like

Sequence Task SC1 must execute first.
Sequence Task SC2 must start based on logical condition. This condition can be
based on package variables. 

http://sql­bi­dev.blogspot.com/2010/07/sequence­container­in­ssis­different.html 1/3
6/21/2017 Tips and Tricks for SQL­BI: Sequence Container in SSIS ­ Different ways of using Sequence Containers
Live Traffic Feed Sequence Task SC3 contains Maintenence Plan Tasks and should be followed
A visitor from Bolivia viewed by both SC1 and SC2. SC3 must execute after successfully execution of SC1.
"Tips and Tricks for SQL­BI: SC3 should execute regardless of SC2 but if SC2 executes, SC3 must execute
More And
Sequence Container in SSIS ­ after SC2. What
More
Different ways of using
A visitor from Dresden, Sachsen
Causes
Sequence Containers" 1 hr 32
People
viewed "Tips and Tricks for
mins ago
  Scenario 3: This is real scenario in many BI applications. 
More And
SQL­BI: Pulling SharePoint List
From
using SSIS 2008" 1 hr 43 mins
More
A visitor from San Francisco,
Bolivia Do
ago
California viewed "Tips and People In
Tricks for SQL­BI: Sequence
Container in SSIS" 1 hr 52 mins
A visitor from Tunisia viewed
ago
"Tips and Tricks for SQL­BI:
Key Performance Indicators
(KPIs) using Analysis Services"
A visitor from Braunschweig,
2 hrs 5 mins ago
Niedersachsen viewed "Tips and
Tricks for SQL­BI: Script Task
to Read File" 2 hrs 7 mins ago
A visitor from Nagpur,
Maharashtra viewed "Tips and
Tricks for SQL­BI: Sequence SC1 must execute prior to other task. This Sequence Container may contain
Container in SSIS" 2 hrs 12 many tasks to pull data from hetrogenious data sources.
A visitor from Bangalore,
mins ago SC2 should be followed by SC1. This can be used to Insert/Update dimension
Karnataka viewed "Tips and tables and fact tables along with intermediate tables (if any). This container may
Tricks for SQL­BI: SSIS further contain Sub ­ Sequence Containers e.g. SC2(a) to handle dimension
Containers" 2 hrs 35 mins ago
A visitor from Bangalore, Insert/Update and SC2(b) to update Intermediate and Fact tables.
Karnataka viewed "Tips and SC3 should be followed by SC2. This may contains SSAS Tasks to
Tricks for SQL­BI: Recursive Build/Prcoess Cubes. This container may also have Sub ­ Sequence Containers
Ad
Hierarchy Group in SSRS 2008" e.g. SC3(a) to check whether Current Month partition exists or not. If Yes than Ad
A visitor from Jersey City, New
3 hrs 1 min ago Do Nothing Else Create Current Month Partitions using Script task. SC3(b)
Jersey viewed "Tips and Tricks can be used to Process Dimensions and Current Month Partitions.
for SQL­BI: ExecutionValue
SC4 can be used for Maintenence Plan tasks. If SC3 successfully completed
and ExecValueVariable in SSIS"
(Evolution operation ­ Expression and Constraint) than take Backup of Cube,
3 hrs 14 mins ago
A visitor from Hungary viewed Shrink Datamart and Take Backup of Datamart.
"Tips and Tricks for SQL­BI: SC5 can be used for Recovery Paln. If SC3 fails, Restore Cube from previos &
Displaying Dynamic Columns Latest Backup available.. 
in SSRS Report" 3 hrs 20 mins
Real­time view  · Get Feedjit

However, there are many more ways of utilizing Sequence Containers. Further, things
depends on complexity of business requirement rules defined.
Like Share Be the first of your friends to like this.

Posted by Hari Sharma at 5:32 PM   

Recommend this on Google

Labels: Sequence Container, SSIS, SSIS Containers
Reactions:  funny (0) interesting (0) cool (0)

Answer Question Answered Assessment Banner Dimensions


Benefits Bi Biology questions and answers

2 comments:

Borra Sarvam March 11, 2013 at 11:49 AM

good article 
thanks you very much yaar.
Reply

Unknown April 9, 2016 at 7:44 AM

Hi,

Thanks for the article.
Do you have the detailed SSIS package displaying scenario 3. If so please share it in one
You might also like of the post.

Thanks

Reply

http://sql­bi­dev.blogspot.com/2010/07/sequence­container­in­ssis­different.html 2/3
6/21/2017 Tips and Tricks for SQL­BI: Sequence Container in SSIS ­ Different ways of using Sequence Containers

Enter your comment...
More And What
More Causes
People Comment as:  Vile (Google) Sign out
More And
From More
Bolivia Do Publish
  Preview   Notify me
People In

Links to this post
Create a Link

Newer Post Home Older Post

Subscribe to: Post Comments (Atom)

Here are few FREE resources you may find helpful.

Amazon Web Services: Delivering Battle Tested Migration Readiness


An Overview and Approved Assessment
There's a great chance Virtualization to the Front Covers challenges and
Ad that AWS has more than a Lines via High­ Ad
risks of data migration,
few products to help you Performance Fibre plus a detailed look at how
work faster, smarter, and Channel RAID Solutions to do a Migration
more cost... Discover how the Readiness Assessment
SecureTek... for...

How to Maximize the Why the Threat of The Benefits of Effective


Business Value of Data Downtime Should Be Process Distribution
with PCIe Flash Array Keeping You Up at Night  Applied Systems comes
Architecture Learn how to easily up with a productive WCF­
Help customers prioritize protect your security WPF solution to distributed
data based on their systems and keep them control and visualization....
unique priorities and the... running 24/7....

When Cloud Makes Choosing the Right The Truth About Mobile


Sense Deployment Model for Business Intelligence:
Learn some of the benefits your B2C Multichannel Five Common Myths
of cloud computing.... Commerce Platform Debunked
Discover what key This white paper will
questions need to be examine the five common
answered in order to myths associated with
select the... mobile...

Simple theme. Powered by Blogger.

You might also like

http://sql­bi­dev.blogspot.com/2010/07/sequence­container­in­ssis­different.html 3/3

You might also like