SQL Server: How to list all CLR functions/procedures/objects for assembly

Check out the sys.assembly_modules view:

select * from sys.assembly_modules

This should list all functions and the assemblies they’re defined in. See the Books Online help page about it.

Returns one row for each function,
procedure or trigger that is defined
by a common language runtime (CLR)
assembly.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)