Question

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'.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top