0% found this document useful (0 votes)
24 views19 pages

Flat File Import To A SQL Server Database

This document outlines an SQL Server Integration Services training that will teach students how to import a flat file into a SQL Server database. The training will cover how to create an Integration Services project, connections to flat files and SQL Server databases, reading data from flat files, writing data to SQL databases, and executing packages. Students will learn the basic features of SQL Server Data Tools and how to create and configure tasks to import data from a flat file to a SQL database table.

Uploaded by

Paul Vargas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views19 pages

Flat File Import To A SQL Server Database

This document outlines an SQL Server Integration Services training that will teach students how to import a flat file into a SQL Server database. The training will cover how to create an Integration Services project, connections to flat files and SQL Server databases, reading data from flat files, writing data to SQL databases, and executing packages. Students will learn the basic features of SQL Server Data Tools and how to create and configure tasks to import data from a flat file to a SQL database table.

Uploaded by

Paul Vargas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 19

SQL Server Integration

Services Training
1. Importing a flat file into a SQL Server database

Prerequisites Checklist
SQL Server installed (Standard, Business Intelligence or Enterprise Editions)
Business Intelligence Developer Studio installed (SQL Server pre-2012 versions)
SQL Server Data Tools installed (SQL Server 2012 or newer)
Management Tools - Complete installed
Integration Services installed
New SQL Server database created or access to an existing SQL Server database
SQL Server or Windows authenticated user (preferably a member of the SQL Server db_owner
role)
Sample flat file data in csv or txt format (sample data generator: mockaroo.com)

What you will learn in this lesson

How to create an Integration Services Project


An overview of the basic SQL Server Data Tools features
How to create Integration Services Tasks
How to create connections to and from an Integration Services Package
How to read data from flat files
How to write data to a SQL Server database
How to execute a package from SQL Server Data Tools
How to connect to a SQL Server instance
How to view data in a SQL Server database table

1. Creating a new project

2. SQL Server Data Tools Overview

3. Creating Control and Data Flow Tasks

4. Creating a Flat File Connection Manager

4. Creating a Flat File Conn. Manager (contd)

5. Editing a Flat File Source Task

5. Editing a Flat File Source Task (contd)

10

6. Creating a Database Connection Manager

11

6. Creating a Database Conn. Manager (contd)

12

7. Connecting Tasks

13

8. Editing an ADO NET Destination Task

14

8. Editing an ADO NET Dest. Task (contd)

15

8. Editing an ADO NET Dest. Task (contd)

16

9. Executing a Package

17

10. Viewing the data in the SQL Server


database

18

10. Viewing the data in the database (contd)

19

You might also like