views:

73

answers:

1

Hey, I'm new to SQL Server development and I need to deploy an unsafe UDF assembly to a 2005 server.
I'm using C# and VS2008.
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'.
Thanks.

A: 

OK so i guess this is the answer -
http://msdn.microsoft.com/en-us/library/ms345106.aspx
Using asymmetric keys to sign the assembly at the client.

Nimrod Shory