Kirill Kravtsov
Kirill Kravtsov
Nice! thanks @nohwnd, looking forward to v5
I see why the error is happening, but I cannot repro on my end just yet. Setting connection string in Connect-DbaInstance on line 368 https://github.com/sqlcollaborative/dbatools/blob/a31bb64188af7e4bbdfdc6b32820ef2f36915c80/functions/Connect-DbaInstance.ps1#L368 is indeed happening prior to...
Okay, updated my repo to recent version, can 100% repro now on both windows and sql auth.
@potatoqualitee PR is ready, was able to fix it without too much fuss, but there are still some concerns about other two parameters that might not work properly with SqlCredentials
Any chance there is an update on this?
I'm not sure if something like this would be possible. Your workaround seems to be a way to go if you want to achieve something like this. Seems like theoretically...
Now that I have a working example of an enhanced table, I would like to get more input on how you envision this working. Currently, there is already an option...
The more I look at it, the more I think that this functionality would benefit the module greatly, perhaps offering a third potential pipeline scenario that supports modified files. It...
Hello, thanks for the feature idea. When you say "move the SchemaVersions table to another location", do you mean move it into a different table within the same database? Or...
There are two major issues related to this functionality: 1. Switching context is something only SQL Server is doing. Other supported DBMS will require a separate connection, which the DbUp...