To protect their business reputation, most companies invest a lot of money to make sure you can log in securely and use your account. What you need to pay attention to is whether your network is secure and visits the correct website address. Here’s the information that has been manually reviewed about sql server fix user login :

sp_change_users_login (Transact-SQL) – SQL Server …

https://docs.microsoft.com/en-us/sql/relational…

[ @Action= ] ‘action’ Describes the action to be performed by the procedure. action is varchar(10). actioncan have one of the following values. [ @UserNamePattern= ] ‘user’ Is the name of a user in the current database. user is sysname, with a default of NULL. [ @LoginName= ] ‘login’ Is the name of a SQL Server login. login is sys

RemarksPermissionsExamples

Use sp_change_users_login to link a database user in the current database with a SQL Server 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 usercannot be dbo, …

See more on docs.microsoft.com

EXEC sp_change_users_login ‘Report’;