Skip to content

Commit aad43c4

Browse files
committed
Remove "Method" from headings
1 parent ac0ce98 commit aad43c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/sql/database-engine/security/transfer-logins-passwords-between-instances.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Error 18456 can also occur for several other reasons. For more information on th
3232

3333
To transfer logins, use one of the following methods, as appropriate for your situation.
3434

35-
### Method: Generate scripts via SSMS on the source server and manually reset passwords for SQL Server logins on the destination server
35+
### Generate scripts via SSMS on the source server and manually reset passwords for SQL Server logins on the destination server
3636

3737
You can generate login scripts in SQL Server Management Studio (SSMS) by using the [Generate Scripts option for a database](/sql/ssms/tutorials/scripting-ssms#script-a-database-by-using-the-generate-scripts-option).
3838

@@ -57,7 +57,7 @@ To generate scripts via SSMS on the source server and manually reset passwords f
5757
1. Apply the login script from the larger generated script to the destination SQL Server.
5858
1. For any SQL Server Authentication logins, reset the password on the destination SQL Server and re-enable those logins.
5959

60-
### Method: Transfer logins and passwords to the destination server (Server B) by using scripts generated on the source server (Server A)
60+
### Transfer logins and passwords to the destination server (Server B) by using scripts generated on the source server (Server A)
6161

6262
1. Create stored procedures that help generate necessary scripts to transfer logins and their passwords. To do so, connect to Server A by using [SQL Server Management Studio (SSMS)](/sql/ssms/sql-server-management-studio-ssms) or any other client tool and run the following script:
6363

0 commit comments

Comments
 (0)