sql-serversql-server-2005user-defined-functionsmanaged-code

Deploy unsafe assembly to production in SQL Server 2005


I need to deploy an unsafe UDF assembly to a SQL Server 2005.
I'm using C# and Visual Studio 2008.
I need to know what are the steps that I need to take to allow smooth deployment of unsafe assembly to the client's machine - the client's DBA is a very strict fellow, so I need to satisfy him with a good reasons for fiddling with permissions etc'.


Solution

  • I guess this is the answer:
    MSDN Article - Creating an Assembly
    Using asymmetric keys to sign the assembly at the client.