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/dea/database-experimentation-assistant-run-command-prompt.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,13 +75,13 @@ If you're using Distributed Replay, perform the following steps.
75
75
76
76
b. Run `Set @durationInMins=0` so that the trace capture doesn't stop automatically after a specified time.
77
77
78
-
c. To set the maximum file size per trace file, run `Set @maxfilesize`. The recommended size is 200, in MB.
78
+
c. To set the maximum file size per trace file, run `Set @maxfilesize`. The recommended size is 200 MB.
79
79
80
80
d. Edit `@Tracefile` to set a unique name for your trace file.
81
81
82
82
e. Edit `@dbname` to specify a database name if the workload must be captured only on a specific database. By default, the workload on the entire server is captured.
83
83
84
-
4. To replay the IRF file against the target SQL Server instance, at a command prompt, run the following command:
84
+
4. To replay the IRF file against the target SQL Server instance, run the following command:
@@ -106,7 +106,7 @@ If you're using Distributed Replay, perform the following steps.
106
106
107
107
## Using InBuilt Replay
108
108
109
-
If you're using InBuilt Replay, you won't have to set up Distributed Replay. The ability to use InBuilt Replay by using the command line is on the way. Currently, you can use our GUI to run replay using InBuilt Replay.
109
+
If you're using InBuilt Replay, you won't have to set up Distributed Replay. The ability to use InBuilt Replay at the command prompt is on the way. Currently, you can use our GUI to run replay using InBuilt Replay.
110
110
111
111
## Analyze traces using the DEA command
112
112
@@ -128,8 +128,8 @@ When analyzing traces using the DEA command, you can use the following options:
128
128
129
129
| Option| Description |
130
130
| --- | --- |
131
-
|`-a`, `--traceA`| Required. File path to the event file for A instance. Example: *C:\traces\Sql2008trace.trc*. If there's a batch of files, select the first file and DEA checks for rollover files automatically. If files are in blob, provide the folder path where you want the event files stored locally. Example: *C:\traces\\*|
132
-
|`-b`, `--traceB`| Required. File path to the event file for B instance. Example: *C:\traces\Sql2014trace.trc*. If there's a batch of files, select the first file and DEA checks for rollover files automatically. If files are in blob, provide the folder path where you want the event files stored locally. Example: *C:\traces\\*|
131
+
|`-a`, `--traceA`| Required. File path to the event file for the A instance. Example: *C:\traces\Sql2008trace.trc*. If there's a batch of files, select the first file and DEA checks for rollover files automatically. If files are in blob, provide the folder path where you want the event files stored locally. Example: *C:\traces\\*|
132
+
|`-b`, `--traceB`| Required. File path to the event file for the B instance. Example: *C:\traces\Sql2014trace.trc*. If there's a batch of files, select the first file and DEA checks for rollover files automatically. If files are in blob, provide the folder path where you want the event files stored locally. Example: *C:\traces\\*|
133
133
|`-r`, `--ReportName`| Required. Name for current analysis. The analysis report that gets generated is identified by this name. |
134
134
|`-t`, `--type`| Default: 0. Type of the SQL Server (SqlServer = 0, AzureSQLDB = 1, Azure SQL Managed Instance = 2). |
135
135
|`-h`, `--host`| Required. SQL Server host name or instance name. |
Copy file name to clipboardExpand all lines: docs/dma/dma-assess-app-data-layer.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
@@ -85,7 +85,7 @@ To enable this assessment, use the Data Access Migration Toolkit (DAMT), a Visua
85
85
86
86

87
87
88
-
To facilitate data access assessment, DMA introduces the ability to include JSON files with application queries. Next, include the JSON file we created earlier with the application queries.
88
+
To facilitate data access assessment, DMA introduces the ability to include JSON files with application queries. Next, include the JSON file created earlier with the application queries.
89
89
90
90
11. Select the database and browse to the JSON file exported from Data Access Migration Toolkit to include the queries from the application for the assessment.
0 commit comments