Extracting a SQLCLR assembly

Posted by Ed Leighton-Dick on Server Fault See other posts from Server Fault or by Ed Leighton-Dick
Published on 2010-05-07T19:40:26Z Indexed on 2010/05/07 19:48 UTC
Read the original article Hit count: 219

Filed under:
|

One of our in-house applications has a SQLCLR assembly which is currently experiencing problems. The developer is having problems recreating the issue using the version that is stored in our source control system, so he suspects that some code may have been released that was not uploaded to source control. Is there a way to extract a SQLCLR assembly into a .dll file so that he can reverse engineer it for analysis?

© Server Fault or respective owner

Related posts about sql-server-2005

Related posts about sqlclr