You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dma/dma-consolidatereports.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
---
1
+
---
2
2
title: "Assess an enterprise and consolidate assessment reports (SQL Server) | Microsoft Docs"
3
3
description: Learn how to use DMA to assess an enterprise and consolidate assessment reports before upgrading SQL Server or migrating to Azure SQL Database.
4
4
ms.custom: ""
@@ -26,7 +26,7 @@ The following step-by-step instructions help you use the Data Migration Assistan
26
26
- Designate a tools computer on your network from which DMA will be initiated. Ensure that this computer has connectivity to your SQL Server targets.
27
27
- Download and install:
28
28
-[Data Migration Assistant](https://www.microsoft.com/download/details.aspx?id=53595) v3.6 or above.
29
-
-[PowerShell](http://aka.ms/wmf5download) v5.0 or above.
29
+
-[PowerShell](https://aka.ms/wmf5download) v5.0 or above.
30
30
-[.NET Framework](https://www.microsoft.com/download/details.aspx?id=30653) v4.5 or above.
31
31
-[SSMS](https://docs.microsoft.com/sql/ssms/download-sql-server-management-studio-ssms) 17.0 or above.
The value that is supplied by the \<rank expression> argument determines the increasing order of rank for the rows that are supplied in the \<table expression> argument, and the number of bottom-most rows that is specified in the \<count> argument is returned.
33
33
34
34
## Examples
35
-
The following example creates a prediction query against the Association model that you build by using the [Basic Data Mining Tutorial](http://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c).
35
+
The following example creates a prediction query against the Association model that you build by using the [Basic Data Mining Tutorial](https://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c).
36
36
37
37
To understand how BottomCount works, it might be helpful to first execute a prediction query that returns only the nested table.
The **BottomPercent** function returns the bottom-most rows in increasing order of rank. The rank is based on the evaluated value of the \<rank expression> argument for each row, such that the sum of the \<rank expression> values is at least the given percentage that is specified by the \<percent> argument. **BottomPercent** returns the smallest number of elements possible while still meeting the specified percent value.
40
40
41
41
## Examples
42
-
The following example creates a prediction query against the Association model that you built in the [Basic Data Mining Tutorial](http://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c).
42
+
The following example creates a prediction query against the Association model that you built in the [Basic Data Mining Tutorial](https://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c).
43
43
44
44
To understand how BottomPercent works, it may be helpful to first execute a prediction query that returns only the nested table.
The **BottomSum** function returns the bottom-most rows in increasing order of rank. The rank is based on the evaluated value of the \<rank expression> argument for each row, such that the sum of the \<rank expression> values is at least the given total that is specified by the \<sum> argument. **BottomSum** returns the smallest number of elements possible while still meeting the specified sum value.
33
33
34
34
## Examples
35
-
The following example creates a prediction query against the Association model that you build by using the [Basic Data Mining Tutorial](http://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c).
35
+
The following example creates a prediction query against the Association model that you build by using the [Basic Data Mining Tutorial](https://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c).
36
36
37
37
To understand how BottomSum works, it might be helpful to first execute a prediction query that returns only the nested table.
Copy file name to clipboardExpand all lines: docs/dmx/create-mining-model-dmx.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ CREATE MINING MODEL <model> FROM PMML <xml string>
121
121
## Remarks
122
122
If you want to create a model that has a built-in testing data set, you should use the statement CREATE MINING STRUCTURE followed by ALTER MINING STRUCTURE. However, not all model types support a holdout data set. For more information, see [CREATE MINING STRUCTURE (DMX)](../dmx/create-mining-structure-dmx.md).
123
123
124
-
For a walkthrough of how to create a mining model by using the CREATEMODEL statement, see [Time Series Prediction DMX Tutorial](http://msdn.microsoft.com/library/38ea7c03-4754-4e71-896a-f68cc2c98ce2).
124
+
For a walkthrough of how to create a mining model by using the CREATEMODEL statement, see [Time Series Prediction DMX Tutorial](https://msdn.microsoft.com/library/38ea7c03-4754-4e71-896a-f68cc2c98ce2).
125
125
126
126
## Naive Bayes Example
127
127
The following example uses the [!INCLUDE[msCoName](../includes/msconame-md.md)] Naive Bayes algorithm to create a new mining model. The Bike Buyer column is defined as the predictable attribute.
In this tutorial, you will learn how to create, train, and explore mining models by using the DMX query language. You will then use these mining models to create predictions about whether a customer is likely to purchase a specific product.
In this tutorial, you will learn how to create a mining model that predicts which products tend to be purchased at the same time. This tutorial also demonstrates the use of nested tables in data mining.
26
26
@@ -38,6 +38,6 @@ manager: kfile
38
38
39
39
## See Also
40
40
[Structure and Usage of DMX Prediction Queries](../dmx/structure-and-usage-of-dmx-prediction-queries.md)
41
-
[Basic Data Mining Tutorial](http://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c)
41
+
[Basic Data Mining Tutorial](https://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c)
Copy file name to clipboardExpand all lines: docs/dmx/exists-dmx.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ EXISTS(<subquery>)
37
37
## Examples
38
38
You can use EXISTS and NOT EXISTS to check for conditions in a nested table. This is useful when creating a filter that controls the data used to train or test a data mining model. For more information, see [Filters for Mining Models (Analysis Services - Data Mining)](../analysis-services/data-mining/filters-for-mining-models-analysis-services-data-mining.md).
39
39
40
-
The following example is based on the `[Association]` mining structure and mining model that you created in the [Basic Data Mining Tutorial](http://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c). The query returns only those cases where the customer purchased at least one patch kit.
40
+
The following example is based on the `[Association]` mining structure and mining model that you created in the [Basic Data Mining Tutorial](https://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c). The query returns only those cases where the customer purchased at least one patch kit.
Copy file name to clipboardExpand all lines: docs/dmx/istestcase-dmx.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ IsTestCase()
36
36
To return cases that are part of the training data set, use the function [IsTrainingCase (DMX)](../dmx/istrainingcase-dmx.md).
37
37
38
38
## Examples
39
-
The following example uses the `Targeted Mailing` mining structure that is created in the [Basic Data Mining Tutorial](http://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c). The query returns all the cases in the structure that are used for testing.
39
+
The following example uses the `Targeted Mailing` mining structure that is created in the [Basic Data Mining Tutorial](https://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c). The query returns all the cases in the structure that are used for testing.
Copy file name to clipboardExpand all lines: docs/dmx/istrainingcase-dmx.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ IsTrainingCase()
36
36
To return cases that are part of the test data set, use the function [IsTestCase (DMX)](../dmx/istestcase-dmx.md).
37
37
38
38
## Examples
39
-
The following example uses the clustering data mining model from the targeted mailing scenario in the [Basic Data Mining Tutorial](http://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c). The query returns only those cases that were used for training the mining model. Moreover, the training cases are restricted to customers younger than 40.
39
+
The following example uses the clustering data mining model from the targeted mailing scenario in the [Basic Data Mining Tutorial](https://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c). The query returns only those cases that were used for training the mining model. Moreover, the training cases are restricted to customers younger than 40.
- The third example shows how to use the EXTEND_MODEL_CASES parameter to update a mining model with fresh data.
81
81
82
-
To learn more about working with time series models, see the data mining tutorial, [Lesson 2: Building a Forecasting Scenario (Intermediate Data Mining Tutorial)](http://msdn.microsoft.com/library/9a988156-c900-4c22-97fa-f6b0c1aea9e2) and [Time Series Prediction DMX Tutorial](http://msdn.microsoft.com/library/38ea7c03-4754-4e71-896a-f68cc2c98ce2).
82
+
To learn more about working with time series models, see the data mining tutorial, [Lesson 2: Building a Forecasting Scenario (Intermediate Data Mining Tutorial)](https://msdn.microsoft.com/library/9a988156-c900-4c22-97fa-f6b0c1aea9e2) and [Time Series Prediction DMX Tutorial](https://msdn.microsoft.com/library/38ea7c03-4754-4e71-896a-f68cc2c98ce2).
83
83
84
84
> [!NOTE]
85
85
> You might obtain different results from your model; the results of the examples below are provided only to illustrate the result format.
@@ -113,7 +113,7 @@ OR [Model Region] = 'M200 Pacific'
113
113
### Example 2: Adding New Data and Using REPLACE_MODEL_CASES
114
114
Suppose you find that the data was incorrect for a particular region, and want to use the patterns in the model, but to adjust the predictions to match the new data. Or, you might find that another region has more reliable trends and you want to apply the most reliable model to data from a different region.
115
115
116
-
In such scenarios, you can use the REPLACE_MODEL_CASES parameter and specify a new set of data to use as historical data. That way, the projections will be based on the patterns in the specified model, but will continue smoothly from the end of the new data points. For a complete walkthrough of this scenario, see [Advanced Time Series Predictions (Intermediate Data Mining Tutorial)](http://msdn.microsoft.com/library/b614ebdb-07ca-44af-a0ff-893364bd4b71).
116
+
In such scenarios, you can use the REPLACE_MODEL_CASES parameter and specify a new set of data to use as historical data. That way, the projections will be based on the patterns in the specified model, but will continue smoothly from the end of the new data points. For a complete walkthrough of this scenario, see [Advanced Time Series Predictions (Intermediate Data Mining Tutorial)](https://msdn.microsoft.com/library/b614ebdb-07ca-44af-a0ff-893364bd4b71).
117
117
118
118
The following PREDICTION JOIN query illustrates the syntax for replacing data and making new predictions. For the replacement data, the example retrieves the value of the Amount and Quantity columns and multiplies each by two:
119
119
@@ -188,7 +188,7 @@ WHERE ([Model Region] = 'M200 Europe'
188
188
189
189
- Returns new predictions for the remaining three time slices based on the newly expanded model.
190
190
191
-
The following table lists the results of the Example 2 query. Notice that the first two values returned for M200 Europe are exactly the same as the new values that you provided. This behavior is by design; if you want to start predictions after the end of the new data, you must specify a starting and ending time step. For an example of how to do this, see [Lesson 5: Extending the Time Series Model](http://msdn.microsoft.com/library/7aad4946-c903-4e25-88b9-b087c20cb67d).
191
+
The following table lists the results of the Example 2 query. Notice that the first two values returned for M200 Europe are exactly the same as the new values that you provided. This behavior is by design; if you want to start predictions after the end of the new data, you must specify a starting and ending time step. For an example of how to do this, see [Lesson 5: Extending the Time Series Model](https://msdn.microsoft.com/library/7aad4946-c903-4e25-88b9-b087c20cb67d).
192
192
193
193
Also, notice that you did not supply new data for the Pacific region. Therefore, [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] returns new predictions for all five time slices.
0 commit comments