After creating .NET assemblies in SQL Server 2005, is there anything I need to do when .NET service packs/bug fixes are released by MS and then installed via the usual Microsoft Updates? Is the SQL Assembly a link to the original .NET .dll or does SQL Server take its own private copy?
Share
It depends. SQL Server CLR Integration does not support every .NET assembly see Support policy for untested .NET Framework assemblies in the SQL Server CLR-hosted environment. If you limit yourself to supported assemblies (below) then you don’t have to do anything.
If however you reference an untested assembly you may get an error because
If you do encounter this all you need to do is use the ALTER ASSEMBLY Statement to repoint to the new assembly