Below is a list of articles that focus on setting up a process using our SSIS tasks, anything you can do in SSIS you can also do through our stored procedures. So if you find SSIS too limiting because you can't set variables, we'd still suggest setting up your initial process in SSIS then see the last article below to read about taking the SSIS process and converting it to stored procedures.
Installation:
- Installing matchIT SQL (With Screenshots)
- Adding the SSIS Components to the Toolbox (SQL 2005 and 2008 only)
- Explanation of the SSIS Tasks
Address Validation (for those with the module):
- S2.2.1 - SSIS Tutorial - Setting up UK Address Validation
- S2.2.2 - SSIS Tutorial - Addressing - understanding the outputs
- S2.2.3 - SSIS Tutorial - Addressing - understanding the result table
Basics:
- S2.3.1 - SSIS Tutorial - Setting up Generate Keys - Setting a template
- S2.3.2 - SSIS Tutorial - Setting up Key Generation
- S2.4.1 - SSIS Tutorial - setting up a basic matching process
- S2.4.2 - SSIS Tutorial - incorporating exact matching
- S2.4.3 - SSIS Tutorial - Understanding Output Tables From A Matching Process
- S2.4.4 - SSIS Tutorial - findoverlap vs findmatches
- S2.5.1 - SSIS Tutorial - setting up a findoverlap
- S2.5.2 - SSIS Tutorial - Incorporating Exact Overlap
- S2.5.3 - SSIS Tutorial - matchIT SQL Overlap Output Tables
- S2.5.4 - SSIS Tutorial - Find Matches/findoverlap more in depth, weights and constraints
Advanced
- S2.6.1 - SSIS Tutorial - Understanding Matching - Why did this score 85 on Individual Level?
- S2.6.2 - SSIS Tutorial - Understanding Matching - Why did this score 85 on Business Level
- S2.6.3 - SSIS Tutorial - Tight Business Matching
- S2.7.1 - SSIS Tutorial - What are all these key fields?
- S2.7.2 - SSIS Tutorial - Ouptut Tables, Filtering and Quality Scoring
- S2.8.1 - SSIS Tutorial - moving a matching process from SSIS to Stored Procedures