Skip to content

Commit d2e85db

Browse files
committed
indentation fix
1 parent b2f5b4f commit d2e85db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ ms.author: ajithkr-ms
88

99
The login used to assess a SQL Server instance requires certain minimal permissions to query the requisite information. The following script shows creation of a SQL Server login with the requisite permissions.
1010

11-
> [!TIP]
12-
> Where possible, use a Windows login to simplify account administration
13-
1411
```sql
1512
-- Create a login to run the assessment
1613
use master;

0 commit comments

Comments
 (0)