Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的机器上恢复了一个 MSSQL DB,但用户无法登录。如何将此用户重新关联到我机器上的登录名?
exec sp_change_users_login Report
将告诉您任何未链接的内容
exec sp_change_users_login Auto_Fix, 'YourUserName'
会修复它们