SQL Server 2008 Release Candidate 0

June 17, 2008

Download SQL Server 2008 Release Candidate - Here

SQL Server 2008 RC0 will automatically expire after 180 days.


SSIS Task Host Container

June 1, 2008

What is Task Host Container in SSIS?

  1. It’s a default container where every single tasks fall into.
  2. If we don’t specify a container then the task will fall into Task Host container.
  3. The Task Host is not configured separately, instead, it is configured when we set the properties of the task it encapsulates.
  4. SSIS extends variables and event handlers to the task through task host container

By Harsh Shah