Extracting assembly from SQL Server database after

2019-09-08 00:09发布

问题:

I have following situation.

I got backup database file - *.bak. I restored it locally and everything works fine except I I'm unable to get my hands on the .dll assemblies. Obviously I can't look up the local paths to the files on the server as - after restoring - the file system is different.

The general plan was to somehow extract loaded .dll files and then use reflector to update the code in visual studio - this is, however, no longer the case. Is it possible or do I have to somehow get original dllls?

Thanks

回答1:

content column in sys.assembly_files