Skip to content

Commit 7d5ca32

Browse files
Incorporate feedback.
1 parent d9d0052 commit 7d5ca32

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/dea/database-experimentation-assistant-run-command-prompt.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ When you start a new workload capture with the `Deacmd.exe` command, you can use
4646
| Option| Description |
4747
| --- | --- |
4848
| `-n`, `--name` | Required. Trace file name. |
49-
| `-x`, `--format` | Required. Format of the trace (Trace = 0, XEvents = 1). |
49+
| `-x`, `--format` | Required. Format of the trace (0 = Trace, 1 = XEvents). |
5050
| `-d`, `--duration` | Required. Maximum duration for the capture, in minutes. |
5151
| `-l`, `--location` | Required. Location of output folder for storing trace or XEvent files on the host computer. |
52-
| `-t`, `--type` | Default: 0. Type of the SQL Server (SqlServer = 0, AzureSQLDB = 1, Azure SQL Managed Instance = 2). |
52+
| `-t`, `--type` | Default: 0. Type of the SQL Server (0 = SqlServer, 1 = AzureSQLDB, 2 = Azure SQL Managed Instance). |
5353
| `-h`, `--host` | Required. SQL Server host name or instance name to start the capture. |
5454
| `-e`, `--encrypt` | Default: True. Encrypt connection to SQL Server instance. |
5555
| `--trust` | Default: False. Trust server certificate while connecting to SQL Server instance. |
5656
| `-f`, `--databasename` | Name of the database to filter your traces, if not specified the capture starts on all the databases. |
57-
| `-m`, `--authmode` | Default: 0. Authentication mode (Windows = 0, Sql Authentication = 1). |
57+
| `-m`, `--authmode` | Default: 0. Authentication mode (0 = Windows, 1 = Sql Authentication). |
5858
| `-u`, `--username` | User name for connecting to the SQL Server. |
5959
| `-p`, `--password` | Password for connecting to the SQL Server. |
6060

@@ -131,11 +131,11 @@ When analyzing traces using the DEA command, you can use the following options:
131131
| `-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\\* |
132132
| `-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\\* |
133133
| `-r`, `--ReportName` | Required. Name for current analysis. The analysis report that gets generated is identified by this name. |
134-
| `-t`, `--type` | Default: 0. Type of the SQL Server (SqlServer = 0, AzureSQLDB = 1, Azure SQL Managed Instance = 2). |
134+
| `-t`, `--type` | Default: 0. Type of the SQL Server (0 = SqlServer, 1 = AzureSQLDB, 2 = Azure SQL Managed Instance). |
135135
| `-h`, `--host` | Required. SQL Server host name or instance name. |
136136
| `-e`, `--encrypt` | Default: True. Encrypt connection to SQL Server instance.|
137137
| `--trust` | Default: False. Trust server certificate while connecting to SQL Server instance. |
138-
| `-m`, `--authmode` | Default: 0. Authentication mode (Windows = 0, Sql Authentication = 1). |
138+
| `-m`, `--authmode` | Default: 0. Authentication mode (0 = Windows, 1 = Sql Authentication). |
139139
| `-u`, `--username` | User name for connecting to the SQL Server. |
140140
| `--p` | Password for connecting to the SQL Server. |
141141
| `--ab` | Default: False. Storage location of trace A is in blob. If used, must also specify `--abu (Trace A Blob Url)` |

docs/dma/dma-assess-app-data-layer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Assess an app's data access layer with Data Migration Assistant"
3-
description: Learn how to use Data Migration Assistant to assess an application’s data access layer. Apps can persist data. The data access layer gives access to this data.
3+
description: Learn how to use the Data Migration Assistant to assess the data access layer for an application. The data access layer gives access to persisted data.
44
ms.date: 05/18/2022
55
ms.prod: sql
66
ms.prod_service: "dma"
@@ -32,7 +32,7 @@ In this case, you can see that the application is using a SQL query to get the n
3232

3333
As an application owner, you need to be able to identify the various databases that the application can connect to and the queries embedded in the application’s data access layer. In addition, you need to identify any changes required to modernize the application to Azure Data services.
3434

35-
## Assess an app with Data Access Migration Toolkit
35+
## Assess an application with Data Access Migration Toolkit
3636

3737
To enable this assessment, use the Data Access Migration Toolkit (DAMT), a Visual Studio Code extension. The latest version of this extension (v 0.2) adds support for .NET applications and T-SQL dialect.
3838

0 commit comments

Comments
 (0)