开发者

sys.columns access issue

开发者 https://www.devze.com 2023-01-09 01:06 出处:网络
I am using SQL Server 2008 Enterprise on Windows Server 2008 Enterprise. I am wondering for SQL Server authentication mode (not Windows authe开发者_StackOverflow中文版ntication mode), how to grant non

I am using SQL Server 2008 Enterprise on Windows Server 2008 Enterprise. I am wondering for SQL Server authentication mode (not Windows authe开发者_StackOverflow中文版ntication mode), how to grant non-sa user to be able to access this view?

thanks in advance, George


Check the link below

http://blog.gre-sqlserver-solutions.com/2010/02/sql-agent-giving-non-sa-users.html

and also

http://www.sypron.nl/grant_sa.html

UPDATE

Create the user. Open sql management studio with sa user, right click to a view you want to give permission, find permissions part and just add created non-sa sql user. There's also Security->Users Folder in your DB tree, where you can create user.

Good Luck!

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号