Skip to content

Resolved issue #67 and fixed error in Invoke-SQLUploadFileOle #68

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

Merged
merged 1 commit into from
Mar 29, 2021

Conversation

mgeeky
Copy link
Contributor

@mgeeky mgeeky commented Mar 23, 2021

Hi!

I've resolved issue #67 that I'd reported earlier since that was a straightforward fix and also noticed that my Invoke-SQLUploadFileOle function can sometimes derail PowerShell interpreter when formatting big input file into hex interpretation.

To overcome that I've changed implementation to use different method for converting byte array into hexstring that works far more stable now.

Also, could we mention those two functions in PowerUpSQL's wiki, like for instance here? It would help anyone who's not aware they could use MSSQL to download/upload files :)

Hope you'll like it!

Cheers,
Mariusz.

…hen file is too big so that it crashes Powershell interpreter.
@nullbind
Copy link
Collaborator

Thanks for the updates!

@nullbind nullbind closed this Mar 23, 2021
@nullbind nullbind reopened this Mar 29, 2021
@nullbind nullbind merged commit a32b738 into NetSPI:master Mar 29, 2021
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

Successfully merging this pull request may close these issues.

2 participants