Skip to content

Commit afaf584

Browse files
authored
edits
1 parent 2fb1484 commit afaf584

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/system-stored-procedures/sp-change-users-login-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ms.author: vanto
2323

2424
Maps an existing database user to a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] login.
2525

26-
> [!NOTE]
26+
> [!IMPORTANT]
2727
> [!INCLUDE[ssNoteDepFutureAvoid](../../includes/ssnotedepfutureavoid-md.md)] Use [ALTER USER](../../t-sql/statements/alter-user-transact-sql.md) instead.
2828
2929

@@ -72,7 +72,7 @@ sp_change_users_login [ @Action = ] 'action'
7272
|UserSID|**varbinary(85)**|User's security identifier.|
7373

7474
## Remarks
75-
Use sp_change_users_login to link a database user in the current database with a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] login. If the login for a user has changed, use sp_change_users_login to link the user to the new login without losing user permissions. The new *login* cannot be sa, and the *user*cannot be dbo, guest, or an INFORMATION_SCHEMA user.
75+
Use sp_change_users_login to link a database user in the current database with a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] login. If the login for a user has changed, use sp_change_users_login to link the user to the new login without losing user permissions. The new *login* cannot be sa, and the *user* cannot be dbo, guest, or an INFORMATION_SCHEMA user.
7676

7777
sp_change_users_login cannot be used to map database users to Windows-level principals, certificates, or asymmetric keys.
7878

0 commit comments

Comments
 (0)