Grant right to user to run update statistics on SQL server

create procedure dbo.up_updstats
with execute as 'dbo'
as
exec sp_updatestats
go grant execute on dbo.up_updstats to []
go

留言

這個網誌中的熱門文章

Disable ionic's sidemenu content drag to toggle menu

Multiple writable mappings exist for the field. Only one may be defined as writable, all others must be specified read-only.

java.lang.NoClassDefFoundError: org/apache/xerces/jaxp/datatype/XMLGregorianCalendarImpl$Parser