Browse by Tags
All Tags »
Sql
Sorry, but there are no more tags available to filter with.
If you need to grant a specified permission to all stored prcedures you can execute the following script DECLARE @User sysname SET @User = '<USER>' SELECT 'GRANT EXECUTE ON ' + name + ' TO ' + @User FROM sysobjects WHERE
Read More...