Eitan Blumin
Eitan Blumin
@dzsquared , this `/p:AllowTableRecreation` parameter is not listed in the official Microsoft documentation: https://learn.microsoft.com/en-us/sql/tools/sqlpackage/sqlpackage-publish?view=sql-server-ver16#parameters-for-the-publish-action Is this a new feature that wasn't released yet? Or it's simply undocumented?
Oh! Yes, of course! 😅 Thank you, @ErikEJ for the clarification. Sorry, @dzsquared , yeah the proposal sounds good to me. Alternatively, for the sake of consistency, perhaps it would...
As an alternative, I created a simple cmdlet called `Test-DbaBackup` which does the thing, based on the logic I saw in `Test-DbaLastBackup` and `Restore-DbaDatabase`. It's currently located here in our...
Your reasoning is that users should create a wrapper code as I did? The problem is that, in order to reach the same level of functionality, it has to be...
Alright, that's fair. Thanks!
The main issue is the `HttpWebRequest` and `HttpWebResponse` classes, which don't seem to be supported in .NET 3.5 Their older alternatives are `WebRequest` and `WebResponse`. Some relevant resources for reference:...