Skip to content

Commit 0f429a2

Browse files
authored
Merge pull request #17329 from DCtheGeek/dmc-links-integrationservices-2
Links: SQL - integration-services - 2
2 parents 3cc7d08 + 1c67f97 commit 0f429a2

50 files changed

Lines changed: 100 additions & 140 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/integration-services/data-flow/data-mining-model-training-destination.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ ms.author: chugu
2626
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2727

2828

29-
The Data Mining Model Training destination trains data mining models by passing the data that the destination receives through the data mining model algorithms. Multiple data mining models can be trained by one destination if the models are built on the same data mining structure. For more information, see [Mining Structure Columns](https://docs.microsoft.com/analysis-services/data-mining/mining-structure-columns) and [Mining Model Columns](https://docs.microsoft.com/analysis-services/data-mining/mining-model-columns).
29+
The Data Mining Model Training destination trains data mining models by passing the data that the destination receives through the data mining model algorithms. Multiple data mining models can be trained by one destination if the models are built on the same data mining structure. For more information, see [Mining Structure Columns](/analysis-services/data-mining/mining-structure-columns) and [Mining Model Columns](/analysis-services/data-mining/mining-model-columns).
3030

3131
## Configuration of the Data Mining Model Training Destination
32-
If a case level column of the target structure and the models built on the structure has the content type KEY TIME or KEY SEQUENCE, the input data must be sorted on that column. For example, models built using the Microsoft Time Series algorithm use the content type KEY TIME. If input data is not sorted, the processing of the model may fail. If the data requires sorting, you can use a Sort transformation earlier in the data flow to sort the data. This requirement does not apply to columns with the KEY content type. For more information, see [Content Types (Data Mining)](https://docs.microsoft.com/analysis-services/data-mining/content-types-data-mining) and [Sort Transformation](../../integration-services/data-flow/transformations/sort-transformation.md).
32+
If a case level column of the target structure and the models built on the structure has the content type KEY TIME or KEY SEQUENCE, the input data must be sorted on that column. For example, models built using the Microsoft Time Series algorithm use the content type KEY TIME. If input data is not sorted, the processing of the model may fail. If the data requires sorting, you can use a Sort transformation earlier in the data flow to sort the data. This requirement does not apply to columns with the KEY content type. For more information, see [Content Types (Data Mining)](/analysis-services/data-mining/content-types-data-mining) and [Sort Transformation](../../integration-services/data-flow/transformations/sort-transformation.md).
3333

3434
> [!NOTE]
3535
> The input to the Data Mining Model training destination must be sorted. To sort the data, you can include a Sort destination upstream from the Data Mining Model Training destination in the data flow. For more information, see [Sort Transformation](../../integration-services/data-flow/transformations/sort-transformation.md).
@@ -42,7 +42,7 @@ ms.author: chugu
4242

4343
The **Advanced Editor** dialog box reflects the properties that can be set programmatically. For more information about the properties that you can set in the **Advanced Editor** dialog box or programmatically, click one of the following topics:
4444

45-
- [Common Properties](https://msdn.microsoft.com/library/51973502-5cc6-4125-9fce-e60fa1b7b796)
45+
- [Common Properties](./set-the-properties-of-a-data-flow-component.md)
4646

4747
- [Data Mining Model Training Destination Custom Properties](../../integration-services/data-flow/data-mining-model-training-destination-custom-properties.md)
4848

@@ -82,4 +82,3 @@ ms.author: chugu
8282

8383
**Mining Structure Columns**
8484
View each available destination column, whether mapped or not.
85-

docs/integration-services/data-flow/datareader-destination-custom-properties.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,5 @@ ms.author: chugu
3232
For more information, see [DataReader Destination](../../integration-services/data-flow/datareader-destination.md).
3333

3434
## See Also
35-
[Common Properties](https://msdn.microsoft.com/library/51973502-5cc6-4125-9fce-e60fa1b7b796)
36-
35+
[Common Properties](./set-the-properties-of-a-data-flow-component.md)
3736

docs/integration-services/data-flow/datareader-destination.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ ms.author: chugu
3535

3636
For more information about the properties that you can set in the **Advanced Editor** dialog box or programmatically, click one of the following topics:
3737

38-
- [Common Properties](https://msdn.microsoft.com/library/51973502-5cc6-4125-9fce-e60fa1b7b796)
38+
- [Common Properties](./set-the-properties-of-a-data-flow-component.md)
3939

4040
- [DataReader Destination Custom Properties](../../integration-services/data-flow/datareader-destination-custom-properties.md)
4141

4242
For more information about how to set properties, see [Set the Properties of a Data Flow Component](../../integration-services/data-flow/set-the-properties-of-a-data-flow-component.md).
4343

44-

docs/integration-services/data-flow/define-a-state-variable.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,11 @@ ms.author: chugu
7979

8080
Do not give the variable a value as part of its definition. The value must be set by the CDC Control task.
8181

82-
If you plan to use the CDC Control task with **Automatic State Persistence**, the CDC State variable will be read from the database state table you specify and will be updated back to that same table when its value changes. For more information about the State table, see [CDC Control Task](../../integration-services/control-flow/cdc-control-task.md)and [CDC Control Task Editor](../../integration-services/control-flow/cdc-control-task-editor.md).
82+
If you plan to use the CDC Control task with **Automatic State Persistence**, the CDC State variable will be read from the database state table you specify and will be updated back to that same table when its value changes. For more information about the State table, see [CDC Control Task](../../integration-services/control-flow/cdc-control-task.md)and [CDC Control Task Editor](../control-flow/cdc-control-task.md).
8383

8484
If you are not using the CDC Control task with Automatic State Persistence then you must load the variable value from persistent storage where its value was saved the last time the package ran and to write it back to the persistent storage when the processing of the current processing range was completed.
8585

8686
## See Also
8787
[CDC Control Task](../../integration-services/control-flow/cdc-control-task.md)
88-
[CDC Control Task Editor](../../integration-services/control-flow/cdc-control-task-editor.md)
89-
88+
[CDC Control Task Editor](../control-flow/cdc-control-task.md)
9089

docs/integration-services/data-flow/dimension-processing-destination-custom-properies.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,5 @@ ms.author: chugu
4040
For more information, see [Dimension Processing Destination](../../integration-services/data-flow/dimension-processing-destination.md).
4141

4242
## See Also
43-
[Common Properties](https://msdn.microsoft.com/library/51973502-5cc6-4125-9fce-e60fa1b7b796)
44-
43+
[Common Properties](./set-the-properties-of-a-data-flow-component.md)
4544

docs/integration-services/data-flow/dimension-processing-destination.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ms.author: chugu
2727
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2828

2929

30-
The Dimension Processing destination loads and processes an [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)] dimension. For more information about dimensions, see [Dimensions (Analysis Services - Multidimensional Data)](https://docs.microsoft.com/analysis-services/multidimensional-models-olap-logical-dimension-objects/dimensions-analysis-services-multidimensional-data).
30+
The Dimension Processing destination loads and processes an [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)] dimension. For more information about dimensions, see [Dimensions (Analysis Services - Multidimensional Data)](/analysis-services/multidimensional-models-olap-logical-dimension-objects/dimensions-analysis-services-multidimensional-data).
3131

3232
The Dimension Processing destination includes the following features:
3333

@@ -37,7 +37,7 @@ ms.author: chugu
3737

3838
- Mapping of input columns to columns in dimension tables.
3939

40-
For more information about processing [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)] objects, see [Processing Options and Settings (Analysis Services)](https://docs.microsoft.com/analysis-services/multidimensional-models/processing-options-and-settings-analysis-services).
40+
For more information about processing [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)] objects, see [Processing Options and Settings (Analysis Services)](/analysis-services/multidimensional-models/processing-options-and-settings-analysis-services).
4141

4242
## Configuration of the Dimension Processing Destination
4343
The Dimension Processing destination uses an [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)] connection manager to connect to the [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)] project or the instance of [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)] that contains the dimensions the destination processes. For more information, see [Analysis Services Connection Manager](../../integration-services/connection-manager/analysis-services-connection-manager.md).
@@ -48,7 +48,7 @@ ms.author: chugu
4848

4949
The **Advanced Editor** dialog box reflects the properties that can be set programmatically. For more information about the properties that you can set in the **Advanced Editor** dialog box or programmatically, click one of the following topic:
5050

51-
- [Common Properties](https://msdn.microsoft.com/library/51973502-5cc6-4125-9fce-e60fa1b7b796)
51+
- [Common Properties](./set-the-properties-of-a-data-flow-component.md)
5252

5353
For more information about how to set the properties, see [Set the Properties of a Data Flow Component](../../integration-services/data-flow/set-the-properties-of-a-data-flow-component.md).
5454

@@ -168,4 +168,3 @@ ms.author: chugu
168168
[Data Flow](../../integration-services/data-flow/data-flow.md)
169169
[Integration Services Transformations](../../integration-services/data-flow/transformations/integration-services-transformations.md)
170170

171-

docs/integration-services/data-flow/direct-the-cdc-stream-according-to-the-type-of-change.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.author: chugu
1919

2020
To add and configure a CDC splitter Transformation, the package must contain at least one Data Flow task and a CDC source.
2121

22-
The CDC source added to the package must have a NetCDC processing mode selected. For more information on selecting processing modes, see [CDC Source Editor (Connection Manager Page)](../../integration-services/data-flow/cdc-source-editor-connection-manager-page.md).
22+
The CDC source added to the package must have a NetCDC processing mode selected. For more information on selecting processing modes, see [CDC Source Editor (Connection Manager Page)](./cdc-source.md).
2323

2424
### To direct the CDC stream according to the type of change
2525

@@ -54,4 +54,3 @@ ms.author: chugu
5454
## See Also
5555
[CDC Splitter](../../integration-services/data-flow/cdc-splitter.md)
5656

57-

docs/integration-services/data-flow/error-handling-in-data.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ Use the **Configure Error Output** dialog box to configure error handling option
146146
## See Also
147147
[Data Flow](../../integration-services/data-flow/data-flow.md)
148148
[Transform Data with Transformations](../../integration-services/data-flow/transformations/transform-data-with-transformations.md)
149-
[Connect Components with Paths](https://msdn.microsoft.com/library/05633e4c-1370-4b05-802b-f36b07dd71c8)
149+
[Connect Components with Paths](./connect-components-in-a-data-flow.md)
150150
[Data Flow Task](../../integration-services/control-flow/data-flow-task.md)
151151
[Data Flow](../../integration-services/data-flow/data-flow.md)
152152

153-

docs/integration-services/data-flow/excel-custom-properties.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ ms.author: chugu
6060
For more information, see [Excel Destination](../../integration-services/data-flow/excel-destination.md).
6161

6262
## See Also
63-
[Common Properties](https://msdn.microsoft.com/library/51973502-5cc6-4125-9fce-e60fa1b7b796)
63+
[Common Properties](./set-the-properties-of-a-data-flow-component.md)
6464
[Load data from or to Excel with SQL Server Integration Services (SSIS)](../load-data-to-from-excel-with-ssis.md)
6565

66-

docs/integration-services/data-flow/excel-destination.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ms.author: chugu
4848

4949
The **Advanced Editor** dialog box reflects all the properties that can be set programmatically. For more information about the properties that you can set in the **Advanced Editor** dialog box or programmatically, click one of the following topics:
5050

51-
- [Common Properties](https://msdn.microsoft.com/library/51973502-5cc6-4125-9fce-e60fa1b7b796)
51+
- [Common Properties](./set-the-properties-of-a-data-flow-component.md)
5252

5353
- [Excel Custom Properties](../../integration-services/data-flow/excel-custom-properties.md)
5454

@@ -73,7 +73,7 @@ ms.author: chugu
7373
|Option|Description|
7474
|------------|-----------------|
7575
|Table or view|Loads data into a worksheet or named range in the Excel data source.|
76-
|Table name or view name variable|Specify the worksheet or range name in a variable.<br /><br /> **Related information**: [Use Variables in Packages](https://msdn.microsoft.com/library/7742e92d-46c5-4cc4-b9a3-45b688ddb787)|
76+
|Table name or view name variable|Specify the worksheet or range name in a variable.<br /><br /> **Related information**: [Use Variables in Packages](../integration-services-ssis-variables.md)|
7777
|SQL command|Load data into the Excel destination by using an SQL query.|
7878

7979
**Name of the Excel sheet**
@@ -154,4 +154,4 @@ ms.author: chugu
154154
## See Also
155155
[Load data from or to Excel with SQL Server Integration Services (SSIS)](../load-data-to-from-excel-with-ssis.md)
156156
[Excel Source](../../integration-services/data-flow/excel-source.md)
157-
[Excel Connection Manager](../connection-manager/excel-connection-manager.md)
157+
[Excel Connection Manager](../connection-manager/excel-connection-manager.md)

0 commit comments

Comments
 (0)