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'.
I guess this is the answer:
MSDN Article - Creating an Assembly
Using asymmetric keys to sign the assembly at the client.