SSIS & PowerShell SQL Saturday Holland 2016 Joost van Rossum

Slides:



Advertisements
Similar presentations
3 Patrick LeBlanc Twitter: patrickdba Author: Latest book, SQL Server 2012 Step by Step Blog: Experience: I have been working.
Advertisements

Automating Microsoft Azure with PowerShell MMS Minnesota 2014 Trevor Sullivan and David O’Brien – #MMSMinnesota.
Business Productivity Online Suite Enterprise class software delivered via subscription services hosted by Microsoft and sold with partners.
SQL Server 2008 Basmah AlQadheeb-213 MIS What is a Database ? A database is a collection of Data that is organized so that it can easily be accessed,
Using Excel, Excel Service and PerformancePoint
SharePoint 2010 Development Environment A Guide to Setup SharePoint 2010 Development Environment on Windows 7 Machine.
Data-driven Subscription using SSIS and SharePoint David Smeets 26/10/2013.
Cherwell + PowerShell = Powerful Workflow Automation
ADAPTING YOUR ETL SOLUTION TO USE SSIS 2012 Presentation by Devin Knight
Mirek Sztajno SQL Server Security PM
Windows Azure, SQL Azure and SharePoint 2010 Integration.
VS33 Developer Productivity Enhancements in Visual Studio 2015 Robert Green Technical Evangelist, DX,
Scripting Just Enough SSIS to be Dangerous. 6/13/2015 Visit the Sponsor tables to enter their end of day raffles. Turn in your completed Event Evaluation.
Wharton Computer Consulting, Inc. PowerShell Basics for SQL Server One Tool to Manage All SQL Servers Michael Wharton
Visual Studio 2015 Tips and Tricks Robert Green Program Manager Evangelism, DX,
What’s new in SSIS 2016 CTP 2.3 (, announced and rumors)
Database Development with SQL Server Data Tools (SSDT) Björn Eriksen, Architect Evangelist DPE Microsoft
Eric Flamm Flamm Consulting, Inc.
Start-SPPowerShell – Introduction to PowerShell for SharePoint Admins and Developers Paul BAker.
Agile BI with SQL Server 2012
How to Start SQL Server and SSDT BI in Local
How to be a SharePoint Developer
Reports and Translations
Presented By: Jessica M. Moss
Microsoft’s shiny dashboard-tool
Working with SQL Server for Linux Cross-Platform
SQL Server deployments
Cloud BI with Azure Analysis Services
Agile BI with SQL Server 2012 & TFS 2012
SSIS Project Deployment: The T-SQL Way
SQL Server Integration Services
Administering and Deploying Power BI Solutions
Introducing New Team-based Data Integration with SSIS
Using PowerShell with Python & SQL Server
Dimodelo Solutions.
SQL Server Integration Services SSIS and PowerShell
Make Power BI Your Own with the Power BI APIs
SharePoint Saturday Omaha April 2016
SQL Server Master Data Services
Database Code Management with VS 2017 and RedGate
Author/Tech Trainer, Pluralsight
Making PowerShell Useful
SQL Server Analysis Services Fundamentals
SQL Server Analysis Services Fundamentals
Making PowerShell Useful
CRM 2016 Solutions and Package Deployer
Introducing the SQL Server 2016 Query Store
Migrating your local database to Azure SQL DB
SSIS Project Deployment: The T-SQL Way
SSIS in the Cloud Integration Runtime in Azure Data Factory V2
Populating a Data Warehouse
SQL Server Performance Tuning Nowadays
Jim Nakashima Program Manager Cloud Tools
Making PowerShell Useful
Making PowerShell Useful
SSIS Deployment Smackdown!
SSIS Deployment Smackdown!
SSIS Project Deployment: The T-SQL Way
Moving from SQL Profiler to xEvents
SSIS Project Deployment: The T-SQL Way
SSIS Project Deployment: The T-SQL Way
1. Azure Data Explorer Azure Data Explorer enables rich data exploration over raw, structured, and semi-structured data delivering fast time to insight.
SSIS Data Integration Data Warehouse Acceleration
Bob Duffy 22 years in database sector, 250+ projects
Michelle Haarhues Keeping up with SSMS.
Introduction to ETL with SQL Server Integration Services
Anthony Bulk Instant insights, automation and action with Power BI, Power Apps, Flow and Azure Machine Learning.
SSIS Data Integration Data Warehouse Acceleration
Just Enough SSIS Scripting to be Dangerous.
Bringing source control to BI world!
Presentation transcript:

SSIS & PowerShell SQL Saturday Holland 2016 Joost van Rossum https://twitter.com/ssisjoost Joost van Rossum jvanrossum@ilionx.com | @SSISJoost | microsoft-ssis.blogspot.com

Thanks to our platinum sponsors : PASS SQL Saturday Holland - 2016

Thanks to our gold and silver sponsors : PASS SQL Saturday Holland - 2016

Joost van Rossum Employed as BI Consultant at Working in IT since 1999, switched to BI in 2005 Married, 3 sons Blog: microsoft-ssis.blogspot.com microsoft-bitools.blogspot.com LinkedIn: nl.linkedin.com/in/joostvanrossum Twitter: @SSISJoost MSDN SSIS forum moderator Data Platform MVP since 2014 https://www.ilionx.com https://twitter.com/ssisjoost http://microsoft-ssis.blogspot.be http://microsoft-bitools.blogspot.be https://mvp.microsoft.com/en-us/PublicProfile/5001121?fullName=Joost%20van%20Rossum http://www.apress.com/9781484206393 https://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlintegrationservices

Agenda What is PowerShell Using PowerShell in SSIS Using SSIS in PowerShell

What is PowerShell Windows PowerShell is .NET based scripting language to do tedious tasks for you. Designed for IT administrators to simplify management operations and effort

Versions and tooling First version in 2006 in Windows XP (SP2) Latest version 5.1 PowerShell Command Line PowerShell Integrated Scripting Environment (ISE) PowerShell Tools for Visual Studio

What is PowerShell

Using PowerShell in SSIS Execute Process Task Script Task Third Party Task

Using PowerShell in SSIS Examples for executing a PowerShell script in SSIS: http://microsoft-ssis.blogspot.be/2015/12/executing-powershell-script-in-ssis.html

Using SSIS in PowerShell Deploying IsPacs Deploying Environments Referencing Environments Download from Catalog Search within packages Check naming conventions Setting authorization Script examples: http://microsoft-ssis.blogspot.com/2015/07/deploying-ispac-files-with-powershell.html (Deploying IsPacs) http://microsoft-ssis.blogspot.com/2015/08/deploying-environments-and-variables.html (Deploying catalog environments) http://microsoft-ssis.blogspot.com/2016/04/get-packages-from-ssis-catalog.html (Download projects from catalog) http://microsoft-ssis.blogspot.com/2016/02/searching-in-packages-with-powershell.html (Search in packages)

Using SSIS in PowerShell Script examples: http://microsoft-ssis.blogspot.com/2015/07/deploying-ispac-files-with-powershell.html (Deploying IsPacs) http://microsoft-ssis.blogspot.com/2015/08/deploying-environments-and-variables.html (Deploying catalog environments) http://microsoft-ssis.blogspot.com/2016/04/get-packages-from-ssis-catalog.html (Download projects from catalog) http://microsoft-ssis.blogspot.com/2016/02/searching-in-packages-with-powershell.html (Search in packages)

Please fill in the evaluation forms