Additional SQL Server features and topics not covered by specific categories
Hi Percy Tang
I need when user A login ssms only can see A database show up
and user A can not see B database. and A user have
Read-only permissions on A database.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
各位前輩好
目前有一個問題:
SQL Server SSMS中,建立兩位A、B者及兩個資料庫A、B
如何讓A登入只看到A資料庫顯示出來,且針對A資料庫只有
唯讀權限。
Additional SQL Server features and topics not covered by specific categories
Hi Percy Tang
I need when user A login ssms only can see A database show up
and user A can not see B database. and A user have
Read-only permissions on A database.
Hi @永翊 林
Read-only permissions: You can use db_datareader database role.
如何讓A登入只看到A資料庫顯示出來
Do you need A to be unable to access database B?
Best regards,
Percy Tang