Comments
Sort by recent activity
Thanks...that is exactly what we're doing for now. Thank you for all your input. Have a great evening! / comments
Thanks...that is exactly what we're doing for now. Thank you for all your input. Have a great evening!
Thank you, Peter. Is there a roadmap to make that happen? I'm trying to automate creating an UNDO script from a developer-provided SQL script in an Azure Devops pipeline. / comments
Thank you, Peter. Is there a roadmap to make that happen? I'm trying to automate creating an UNDO script from a developer-provided SQL script in an Azure Devops pipeline.
I've redacted private info...but this is the full command. Some clarification, we are using this command in an Azure Devops pipeline using an on-prem agent. flyway -baselineOnMigrate=true -outOfOrder="true" -configFiles="C:\****\flyway.conf" -locations="filesystem:C:\****\migrations" -user="*****" -password="***" -url="jdbc:sqlserver://????????:????;databaseName=****;encrypt=true;integratedSecurity=true;trustServerCertificate=true" -licenseKey=***** migrate -cherrypick="6" info -baselineVersion=1 -cleanDisabled=true -check.reportFilename="C:\Drift-And-Change-Report.html" / comments
I've redacted private info...but this is the full command. Some clarification, we are using this command in an Azure Devops pipeline using an on-prem agent.flyway -baselineOnMigrate=true -outOfOrd...
Thank you Dan! That was it. I was not aware that the options were case-sensitive. I appreciate the help. / comments
Thank you Dan! That was it. I was not aware that the options were case-sensitive. I appreciate the help.
Thanks for the input. I'll include that once I get a test environment configured. Still waiting for an answer on that. I'm still relatively new to PS, so thanks for the tips! / comments
Thanks for the input. I'll include that once I get a test environment configured. Still waiting for an answer on that. I'm still relatively new to PS, so thanks for the tips!
Sure! ________________________________________________________________________________ Param($ImageName) Connect-SqlClone -ServerUrl 'http://clone.server:14145'
$image = Get-SqlCloneImage -Name $ImageName $clones = Get-SqlClone -Image $image $elapsed = [System.Diagnostics.Stopwatch]::StartNew() "Started at {0}, removing {1} clones for image ""{2}""" -f $(get-date) , $clones.Count , $image.Name $clones | foreach { # note - '{' needs to be on same line as 'foreach' ! $_ | Remove-SqlClone | Wait-SqlCloneOperation "Removed clone ""{0}""" -f $_.Name ; }; "Total Elapsed Time: {0}" -f $($elapsed.Elapsed.ToString()) _______________________________________________________________________________ / comments
Sure!________________________________________________________________________________Param($ImageName) Connect-SqlClone -ServerUrl 'http://clone.server:14145'
$image = Get-SqlCloneImage -Name $Imag...
Yes, the repo has all the required objects. It is a SQL Source control project. / comments
Yes, the repo has all the required objects. It is a SQL Source control project.
It was
a proxy issue. I was able to install
the module once I included my credentials.
The Builds/Release now work again.
When will
DLM have the ability to circumvent proxies?
Thanks for
your help!
David
/ comments
It was
a proxy issue. I was able to install
the module once I included my credentials.
The Builds/Release now work again.
When will
DLM have the ability to circumvent proxies?
Thanks fo...
Hi Mike, I upgraded to Powershell 5.1 and am now getting the following error and the release actually fails. System.Exception: No match was found for the
specified search criteria and module name 'PackageManagement'. Try
Get-PSRepository to see all available registered module repositories. Any help is appreciated. Thanks, David / comments
Hi Mike,I upgraded to Powershell 5.1 and am now getting the following error and the release actually fails.System.Exception: No match was found for the
specified search criteria and module name 'Pa...