Getting Started with Adobe After Effects - Part 6: Motion Blur


Upload Image Close it
Select File

Vishal Pawar is workin in The Most Group as MSBI Solution Architech
Browse by Tags · View All
sql 103
Query 58
#BI 32
Link 31
SQL Server 31
BI 30
#SQL Server 28
SSIS 23
brh 21
SSMA 17

Archive · View All
August 2011 36
June 2011 25
July 2011 21
December 2011 17
October 2011 12
September 2011 11
April 2012 7
November 2011 7
March 2012 5
January 2012 5

Vishal Pawar's Blog

MSBI # 14 – SSIS # 7 - Control Flow Tasks # 2- Details of Control Flow Task {Part - II}

Aug 3 2011 10:06AM by Vishal Pawar   

From my last continuing post on Basics of MSBI # 12 – SSIS # 6 – Control Flow Tasks #1- What is Control Flow Task ? {Part – I} « (B)usiness (I)ntelligence Mentalist

In this post we will have details of following Control Flow Task and remember this is just introduction to task category

  1. Container and looping Tasks
  2. Data Tasks
  3. Execute Tasks
  4. Scripting Tasks
  5. Database Transfer Tasks

Container and looping Tasks

  • The container and looping tasks allow us to repetitively run a set of tasks for a set number of times or for each element in a collection, such as all files in a folder.
  • Use containers like the ForEach Loop and For Loop to execute a set of tasks multiple times.
  • For example, you can loop over all the tables in a database, performing a standard set of operations like updating index statistics.
  • The Sequence container groups together several tasks.
  • Use it to define a transaction boundary around a set of tasks so they all fail or succeed together. Or, use it simply to reduce the clutter on the design surface by hiding the detailed steps within the sequence.
  • We used a sequence container in the package illustrated in Figure 5.2, for the Sales Reason and Sales Reason Bridge tables.
  • You can also group control flow objects, and collapse or expand those groups. There’s no task for grouping.

Task Under Container and looping are as follows

  1. For Loop
  2. For each Loop
  3. Sequence
  4. Containers task are as follows

imageimageimage

Data Tasks

  • The data tasks allow you to perform Extract, Transform and Load (ETL) operations on your data and thus full manipulate the data.
  • In particular the Data Flow Task, as this task allows you to full edit the ETL process on the Data Flow Tab within the package.

Task Under Data flow are as follows

  1. Data Flow
  2. Bulk Insert
  3. Execute SQL
  4. Data flow task are as follows

imageimageimage

Execute Tasks

  • The execute tasks allow you to call other packages or components such as ActiveX scripts, VB.NET scripts and even executable.
  • The Execute Package task executes an Integration Services package.
  • This is used to break a complex workflow into smaller packages, and define a parent or master package to execute them.
  • Create a separate package to populate each table in your data warehouse database.
  • The use of parent and children packages enables the modularization and reuse of complex logic.
  • Parent package is also know as master package.
  • If you have DTS2000 packages running already in your production system, you can run them
    with the Execute DTS2000 Package task.
  • The Execute Process task will run any operating system process.

Task under Execute Task are as follows

  1. Execute Package
  2. Execute DTS 2000 Package
  3. Execute Process

Execute task are as follows

imageimageimage

Scripting Tasks

  • These tasks are available to perform an endless array of operations that are beyond the scope of the standard tasks.
  • The ActiveX Script task is provided for backwards compatibility to DTS2000; use the Script task for new work.
  • The Script task uses Visual Basic .NET from the Visual Studio for Applications environment. Or, you can use any .NET language to create a custom task that will become available in the list of control flow tasks.
  • Defining a custom task is a programming job, rather than simply scripting, but has the significant benefit of re-use.

Task under Scripting Task are as follows

  1. Script task
  2. ActiveX Script Task

Execute task are as follows

imageimage

Database Transfer Tasks

  • The database transfer tasks allow you to move databases around as well as supporting system data such as agent jobs, error messages, master stored procedures and logins.
  • The Transfer Jobs task transfers one or more SQL Server Agent jobs between instances of SQL Server.
  • The Transfer Master Stored Procedures task transfers one or more user-defined stored procedures between master databases on instances of SQL Server. To transfer a stored procedure from the master database, the owner of the procedure must be dbo.
  • The Transfer SQL Server Objects task transfers one or more types of objects in a SQL Server database between instances of SQL Server. For example, the task can copy tables and stored procedures. Depending on the version of SQL Server that is used as a source, different types of objects are available to copy. For example, only a SQL Server 2005 database includes schemas and user-defined aggregates.

Task under Scripting Task are as follows

  1. Transfer Database
  2. Transfer Error Messages
  3. Transfer Jobs
  4. Transfer Logins
  5. Transfer Master Stored Procedures
  6. Transfer SQL Server Objects

Execute task are as follows

imageimageimageimageimageimageimage

For sure we will have detailed level discussion on each of above task in our upcoming post

If you wan more interesting link please visit our link resource website

Tags: SQL Server, SSIS, BI, SSMA, #BI, brh, #SQL Server,


Vishal Pawar
24 · 7% · 2229
1
 
0
Lifesaver
 
0
Refreshed
 
0
Learned
 
0
Incorrect



Submit

Your Comment


Sign Up or Login to post a comment.

"MSBI # 14 – SSIS # 7 - Control Flow Tasks # 2- Details of Control Flow Task {Part - II}" rated 5 out of 5 by 1 readers
MSBI # 14 – SSIS # 7 - Control Flow Tasks # 2- Details of Control Flow Task {Part - II} , 5.0 out of 5 based on 1 ratings
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]