SQL-APIConsumer
SQL-APIConsumer copied to clipboard
APIConsumer as EXTERNAL_ACCESS
I am wondering if it isn't possible to run de API_Consumer assembly in 'EXTERNAL_ACCESS' instead of UNSAFE?
Hi @rjwijnen,
Yes, you could create it as EXTERNAL_ACCESS instead, but you would need to import a few more dlls. For instance; System.Security.Permissions, and anothers dependencies. When calling any CLR procedure.

@rjwijnen Did you try doing it?
@geral2 i haven't had time for it to try. But for my understanding i need to add 'System.Security.Permission' as an assembly in SQL server?