0

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

shA.t
  • 16,580
  • 5
  • 54
  • 111
Nimrod Shory
  • 2,475
  • 2
  • 19
  • 25
  • I found an interesting post (http://social.msdn.microsoft.com/Forums/en-US/sqldatabaseengine/thread/26cb4b51-1254-4764-998d-51cbe67af50e) with a suggestion to sign the assembly with an asymmetric key.. Any insights? – Nimrod Shory Sep 29 '09 at 12:24

1 Answers1

0

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

shA.t
  • 16,580
  • 5
  • 54
  • 111
Nimrod Shory
  • 2,475
  • 2
  • 19
  • 25