Activity overview
Latest activity by ybhole
How to ignore particular index on table while doing SQL compare.
How to ignore particular index on table while doing SQL compare. Looking forward for solution. Thanks you
How to Exclude Dependencies while using SQL Change Automation.
How to Exclude Dependencies while using SQL Change Automation. in SQL Comapare UI there is option to exclude dependencies (check the attached file) We use SQL Change Automation from Octopus Deploy ...
Problem using PreUpgrade script in TeamCity's Redgate SQL Change Automation Build
When I push Preupgrade script to database in GIT using SQL Source Control 7, I see TeamCity's Redgate SQL Change Automation Build runner type which builds database and creates a nuget package fails...
Thanks for the support. After installing PowerShellGet I get no more warnings in Octopus Deploy. By the way I have to execute following command (with -Force option) on Octopus tentacle server Install-Module –Name PowerShellGet –Forceas mentioned at https://docs.microsoft.com/en-us/powershell/gallery/installing-psget Without -Force option gave following errors <div>PS D:\> Update-Module -Name PowerShellGet</div><div>Update-Module : Module 'PowerShellGet' was not installed by using Install-Module, so it cannot be updated.</div><div>At line:1 char:1</div><div>+ Update-Module -Name PowerShellGet</div><div>+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</div><div> + CategoryInfo : InvalidOperation: (PowerShellGet:String) [Write-Error], WriteErrorException</div><div> + FullyQualifiedErrorId : ModuleNotInstalledUsingInstallModuleCmdlet,Update-Module</div><div><br></div><div>PS D:\> Install-Module -Name PowerShelletGet</div><div>PackageManagement\Install-Package : No match was found for the specified search criteria and module name 'PowerShelletGet'.</div><div>At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1375 char:21</div><div>+ ... $null = PackageManagement\Install-Package @PSBoundParameters</div><div>+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</div><div> + CategoryInfo : ObjectNotFound: (Microsoft.Power....InstallPackage:InstallPackage) [Install-Package], Exception</div><div> + FullyQualifiedErrorId : NoMatchFoundForCriteria,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage</div> / comments
Thanks for the support. After installing PowerShellGet I get no more warnings in Octopus Deploy.By the way I have to execute following command (with -Force option) on Octopus tentacle serverInstall...