Skip to content

Commit 3ed92b1

Browse files
committed
fix sample indent
1 parent 0d0f7eb commit 3ed92b1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/dma/dma-sku-recommend-sql-db.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ In order to start the data collection process, specify the `PerfDataCollection`
5353
- **outputFolder**: [Optional] Folder which performance data, reports, and logs will be written to/read from. (Default: current directory)
5454

5555

56-
Here's a sample invocation:
56+
Here's a sample invocation:
5757

58-
```
59-
.\SqlAssessment.exe PerfDataCollection
60-
--sqlConnectionStrings "Data Source=Server1;Initial Catalog=master;Integrated Security=True;" "Data Source=Server2;Initial Catalog=master;Integrated Security=True;"
61-
--outputFolder C:\Output
62-
```
58+
```
59+
.\SqlAssessment.exe PerfDataCollection
60+
--sqlConnectionStrings "Data Source=Server1;Initial Catalog=master;Integrated Security=True;" "Data Source=Server2;Initial Catalog=master;Integrated Security=True;"
61+
--outputFolder C:\Output
62+
```
6363

6464

6565
Alternatively, the data collection process can be invoked by providing the appropriate arguments in a JSON configuration file, and passing the configuration file to the tool by running the executable without an action, as follows:

0 commit comments

Comments
 (0)