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
|`-u`, `--username`| User name for connecting to the SQL Server. |
59
59
|`-p`, `--password`| Password for connecting to the SQL Server. |
60
60
@@ -131,11 +131,11 @@ When analyzing traces using the DEA command, you can use the following options:
131
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
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
-
|`-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). |
135
135
|`-h`, `--host`| Required. SQL Server host name or instance name. |
136
136
|`-e`, `--encrypt`| Default: True. Encrypt connection to SQL Server instance.|
137
137
|`--trust`| Default: False. Trust server certificate while connecting to SQL Server instance. |
Copy file name to clipboardExpand all lines: docs/dma/dma-assess-app-data-layer.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,6 +1,6 @@
1
1
---
2
2
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.
4
4
ms.date: 05/18/2022
5
5
ms.prod: sql
6
6
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
32
32
33
33
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.
34
34
35
-
## Assess an app with Data Access Migration Toolkit
35
+
## Assess an application with Data Access Migration Toolkit
36
36
37
37
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.
0 commit comments