Presentation is loading. Please wait.

Presentation is loading. Please wait.

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.

Similar presentations


Presentation on theme: "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."— Presentation transcript:

1 Scripting Just Enough SSIS to be Dangerous

2 6/13/2015 Visit the Sponsor tables to enter their end of day raffles. Turn in your completed Event Evaluation form at the end of the day in the Registration area to be entered in additional drawings. Want more free training? Check out the Houston Area SQL Server User Group which meets on the 2 nd Tuesday of each month. Details at http://houston.sqlpass.org http://houston.sqlpass.org Thank You Sponsors!

3 Agenda Script Task Script Component Similarities Differences Demos

4 About Dave MCSA: SQL Server 2012 Database / BI Developer Adjunct Professor @IngeniousSQL Dave.Valentine@IngeniousSQL.com IngeniousSQL.com

5 Script Task Custom Functionality Simplified Packages Reuse Row by Row Examples Date Format Working with Files Web Services and FTP

6 Script Component Source Destination Transformation Examples Validating Data Custom Libraries Web Services Multiple Outputs Single Input

7 Script Task vs. Component Similarities Design Time Environment Visual Studio for Apps Debugging Break Points Call Stack Step through code Immediate Window

8 Script Task vs. Component Differences Script Task Script Component General PurposeTransformation, Source, Destination Control FlowData Flow Access through variable arrayAccess through variable object Access through Connections arrayAccess through Connections object Dts.Variables["MyVar"]; this.Variables.MyStringVariable; vs. Dts.Connections["MyConn"]; this.Connections.MyADONETConnection; vs.

9 Demos Date Format Working with Files Validating Data Formatting Dates Find Non Imported Files Validating Credit Card Data

10 Summary Script Task Script Component Similarities Differences https://msdn.microsoft.com/en-us/library/ms136031.aspx

11 Questions ??? @IngeniousSQL Dave.Valentine@IngeniousSQL.com IngeniousSQL.com


Download ppt "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."

Similar presentations


Ads by Google