SQL Server : Create role and adding table permissions to the role

后端 未结 0 833
情话喂你
情话喂你 2020-12-18 03:28

I am trying to give someone access to the some of the view. Below is the stored procedure I am using

/*Create role*/
CREATE ROLE DBandBI_Testers_Role;
GO

/*G         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题