SQL Server : can you limit access to only one table

后端 未结 7 1942
旧时难觅i
旧时难觅i 2020-12-08 21:10

I think the answer is no but I\'m looking to give someone access to a SQL Server database but I only really want them to have access to one table.

It\'s

7条回答
  •  -上瘾入骨i
    2020-12-08 21:59

    Sure you can. After creating the user and giving them access to the database, grant only select access (or whatever level they need) to that table.

提交回复
热议问题