1

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?

1 Answer 1

1

This works for me:

select * from sys.assemblies 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.