-
-
Notifications
You must be signed in to change notification settings - Fork 808
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
Write-DbaDbTableData: Fix for connections to Azure SQL Database with AccessToken #9401
Conversation
Will try to find a good solution for all of those commands. |
No, it's |
OK, I have to do more tests. Will do this in the next days... |
Not Bottom line: |
Thank you, will take some time to review this one |
Well it wont take a long time, just will check it out more deeply tomorrow 😅 |
im happy to merge this but how will we handle timeouts? i imagine the timeouts were adding for expected long-running queries. should we advise updating their configs? |
And thank you 🙏🏼 |
As StatementTimeout 0 was and is the default, there are no timeouts. So nothing was changed an that side and there should not be a problem. |
Type of Change
.\tests\manual.pester.ps1
)See issue for details.
Also included in this pull request:
StatementTimeout 0
as they are the default anyway.