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: 244
sql-server-2005
|sqlclr
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