- Add a new package to the Chapter08 project. Rename it DataMining.dtsx.
- In the control flow of the package, add a new data flow task by dragging it from the SSIS toolbox to the control flow work area.
- Click the Data Flow tab to open the Data Flow Designer.
- Create a new OLE DB source. Name it TMTestSet. Double-click the TMTestSet data source.
- On the General tab, create a new connection manager. Use the AdventureWorksDW2014 database on your SQL Server instance.
- Select the Table or view option in the Data access mode drop-down list.
- Select the dbo.TMTestSet table.
- Click the Columns row in the left-hand list to check the mapping between the input and output columns. Leave the default mappings.
- Add the data mining query transformation ...
How to do it...
Get SQL Server 2017 Integration Services Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.