Permissions to execute Assemblies...

  • Hello,

    Can anyone tell me what permissions should i give to one user to execute Assemblies? and what is exactly one assembly?

    Thanks and regards,

    JMSM 😉

  • USE [database] GRANT EXECUTE ON ASSEMBLY::[assemblyname] TO ;

  • JMSM (2/15/2008)


    Hello,

    Can anyone tell me what permissions should i give to one user to execute Assemblies? and what is exactly one assembly?

    Thanks and regards,

    JMSM 😉

    An assembly is a unit of managed (.NET) code, packaged as a .dll or .exe file:

    http://msdn2.microsoft.com/en-us/library/ms131107.aspx

    See also "CLR Integration Security":

    http://msdn2.microsoft.com/en-us/library/ms131071.aspx

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply