|
sunitabeck
Flowing Fount of Yak Knowledge
5152 Posts |
Posted - 12/26/2012 : 15:00:49
|
List the extended stored procedures using this:EXEC sp_helpextendedproc Then find the dll's (that are yours) and install them using the procedure described here: http://msdn.microsoft.com/en-us/library/ms164653.aspx
I have never done this, so please test before you apply this to a server where it can cause damage. Also, Microsoft is planning to remove the feature in a future version, so for new development, use CLR. |
 |
|