sql server restrict query

会有一股神秘感。 提交于 2021-01-28 06:58:22

问题


I Use SQL Server 2012 and want to restrict my user to execute update query and delete query with condition. If user want to update or delete all rows of table, use Where 1=1 condition.

I want trust from my users and reduce wrong query.

thanks in advance

来源:https://stackoverflow.com/questions/21873538/sql-server-restrict-query

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!