biml- what is it good for?

12
BIML – What is it good for? Joe Kelly Data Team Lead SQL Server Ireland User Group Lightning Talks

Upload: lauren-campbell-assoc-cipd

Post on 12-Apr-2017

9 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: BIML- What is it good for?

BIML – What is it good for?

Joe KellyData Team Lead

SQL Server Ireland User Group Lightning Talks

Page 2: BIML- What is it good for?

BIML – What is it Good for ?Business Intelligence Markup Language

BIML allows us to Declare BI ObjectsBIML enables Pattern based DesignBIML supports Agile methodsBIML enables true Source Control of SSIS

Page 3: BIML- What is it good for?

BIML – What is it Good for ?Use BIML to;

Create Many SSIS Packages (100s)

using Many Design Patterns (90%)

Create SQL scripts (DWH profiles)Create SSAS Cubes and Objects

Page 4: BIML- What is it good for?

BIML – What is it Good for ?Business Intelligence Markup Language

BIML is super easy to get started with BIML simply fills in the Blanks / DefaultsBIML generates standard SSIS dtsx filesBIML compiles your packages from Code

Page 5: BIML- What is it good for?

BIDS Helper Add New BIML File

Page 6: BIML- What is it good for?

BIDS Helper exposes BIML commands

Page 7: BIML- What is it good for?

BIML code to generate a simple package

Page 8: BIML- What is it good for?

Store MetaData in XLS or SQL Table

Page 9: BIML- What is it good for?

BIML code to create an Execute SQL task

Page 10: BIML- What is it good for?

BIML code to create a Data Flow

Page 11: BIML- What is it good for?

BIML generates container with DTF for each Table