When I go into SQL Server Manager, I can see:
MyDatabase ->Programmability ->Assemblies ->Microsoft.SqlServer.Types ->MyAssembly ->Newtonsoft.Json But when i run:
select * from sys.assembly_modules; I get no rows.
NOTE: I am logged in as 'sa'
Why? How do i list the assemblies installed?