Skip to content

Commit 933156e

Browse files
committed
Acrolinx changes
1 parent 4843cfe commit 933156e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/database-migration-service-sql-permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ ms.author: ajithkr-ms
6161
--GO
6262
```
6363

64-
Here is how the permissions script above can be used:
64+
Here's how the permissions script can be used:
6565

66-
- Save the permissions script (with valid password string) as a _.sql_ file, say _c:\workspace\MinPermissions.sql_
66+
- Save the permissions script (with valid password string) as an _.sql_ file, say _c:\workspace\MinPermissions.sql_
6767
- Connect to the instance(s) to be assessed using an account with sysadmin permissions and execute the script. You can use **SQL Server Management Studio** or **sqlcmd**. The following example uses a trusted connection.
6868
```cmd
6969
sqlcmd.exe -S sourceserver\sourceinstance -d master -E -i c:\workspace\MinPermissions.sql

0 commit comments

Comments
 (0)