Business Intelligence
  • Welcome
  • Demo
  • GUIDES
    • Getting Started
    • SSIS
    • SSAS
    • SSRS
    • Azure
    • Power BI
Powered by GitBook
On this page
  • Getting Started with SSIS
  • Import/Export Wizard
  • Build Package with SQL Server Data Tools
  • Run Package with Package Utility
  • Create DataFlow Source
  • Create DataFlow Destination

Was this helpful?

  1. GUIDES

SSIS

PreviousGetting StartedNextSSAS

Last updated 6 years ago

Was this helpful?

Getting Started with SSIS

We'll begin with the basics and then build up from there!

Import/Export Wizard

A simple outline of using the import and export wizard to copy data from a SQL table, exporting it to a destination file (text file or excel file)

Build Package with SQL Server Data Tools

SQL Server Data Tools has various Integrations Services Tools that enable you to create sophisticated ETL Solutions. In this example we’ll be export data from SQL to a “.Txt File”

Run Package with Package Utility

The Execute Package Utility provides an easy to use user interface for executing packages, as well as for changing settings prior to running a package.

Create DataFlow Source

Data Flow sources provide connectivity to various data sources i.e. databases or Flat Files. A Data Flow object in SSIS reads data from a source and outputs data in columns to the Data Flow Pipeline.

Create DataFlow Destination

Data Flow Destination provide a way for various data sources i.e. databases or Flat Files to connect to the Data Flow Pipeline. A Data Flow Destination object reads data from the Pipeline and the passes the data to the destination.

260KB
Import_Export Wizard.pdf
pdf
Import/Export Wizard
314KB
Build Package with SSDT.pdf
pdf
Build Package with SSDT
315KB
Run Package with Package Utility.pdf
pdf
Run Package with Package Utility
263KB
Create DataFlow Source.pdf
pdf
Create DataFlow Source
299KB
Create DataFlow Destination.pdf
pdf
Create DataFlow Destination