Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sp_add_trusted_assembly #11

Open
anatoliy-savchak opened this issue Aug 30, 2023 · 1 comment
Open

sp_add_trusted_assembly #11

anatoliy-savchak opened this issue Aug 30, 2023 · 1 comment

Comments

@anatoliy-savchak
Copy link

Hey great lib, glad I found you before trying to do the same! 👍

I think this release steps are missing

declare @a varbinary(max) = 0x4D5A...

declare @hash varbinary(64) = HASHBYTES('SHA2_512',@a)

EXEC sys.sp_add_trusted_assembly @hash = @Hash, @description = N'ClrHttpRequest'
@anatoliy-savchak
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant