Skip to content

Commit 24980ea

Browse files
authored
chore(docs): mssql documentation updates (#472)
* Update collection_scripts.md Signed-off-by: Shane Borden <[email protected]> * Update README.txt Signed-off-by: Shane Borden <[email protected]> --------- Signed-off-by: Shane Borden <[email protected]>
1 parent 52a8261 commit 24980ea

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/user_guide/sqlserver/collection_scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ In order to begin running the Database Migration Assessment Collection process,
8484
- Unzip the install archive:
8585
unzip db-migration-assessment-collection-scripts-sqlserver.zip
8686

87-
- As of the current release, the collection scripts require a user with the SYSADMIN privilege. An existing user may be used or one can be created using the scripts as shown below:
87+
- An existing user may be used or one can be created using the scripts as shown below. SYSADMIN is not required although a user with that privilege may be used:
8888

8989
If an existing user with SYSADMIN privileges wil not be used, from a command prompt, execute either of the following scripts depending on what type of authentication you currently use for your SYSADMIN user.
9090

scripts/collector/sqlserver/README.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ Operating System Versions:
4444

4545
a) Unzip the install archive.
4646

47-
b) As of the current release, the collection scripts require a user with the SYSADMIN privilege.
47+
b) An existing user may be used or one can be created using the scripts as shown below. SYSADMIN is not required although a user with that privilege may be used.
48+
4849
An existing user may be used or one can be created using the scripts as shown below:
4950

5051
In the master database:

0 commit comments

Comments
 (0)