sql server创建只读用户访问指定表
exec sp_addlogin ‘用户名‘,‘密码‘,‘数据库‘ go use 数据库 exec sp_grantdbaccess ‘用户名‘ go use 数据库 grant select on 表名 to "用户名"
exec sp_addlogin ‘用户名‘,‘密码‘,‘数据库‘go use 数据库exec sp_grantdbaccess ‘用户名‘go
use 数据库grant select on 表名to "用户名"
相关推荐
胡献根 2020-07-05
troysps 2020-06-13
shayuchaor 2020-06-10
dengweijunkedafu 2020-06-09
Andrew代码战士 2020-06-08
TONIYH 2020-05-25
PlumRain 2020-05-10
Cloudeep 2020-04-15
inhumming 2020-04-10
hpujsj 2020-03-03
airfling 2020-03-01
ITfooter 2020-02-23
Justdoit00 2020-02-16
ZeroKing 2020-02-13