It's stored in SQL Server, in the database itself. You can even extract it from there. Have a look at the "content" column in sys.assembly_files; its your assembly (or one of the related files that you or Visual Studio autodeploy added) in binary.
Cheers, Bob Beauchemin SQLskills
Marked as answer byJoeSchmoe115Friday, March 12, 2010 10:47 PM