Category Archives: Tooling

Development tooling

SQL Server Data Tools in Visual Studio 2013

Visual Studio 2013 has Sql Server Data Tools built in. (Pro, Premium and Ultimate) We use it to compare and sync databases. The first time I started the data compare it did not work. When comparing the data between databases … Continue reading

Posted in Tooling | Tagged , , , , , | 4 Comments

Tentacle error after powershell upgrade

Reinstall the tentacle in the Tentacle manager when things don’t work after changes to the machine like a powershell upgrade. Continue reading

Posted in Tooling | Tagged , | Leave a comment

Remove package from octopusdeploy built-in nuget

Octopusdeploy has an built-in nuget feed as of version 2.1. This nuget feed is based on Nuget.Lucene. It is read-only and not usable from visual studio or other tools. A nuget delete will fail with “Not found” every time. During … Continue reading

Posted in Tooling | Tagged , , | Leave a comment

Tentacle register on new Azure instance

We use octopus deploy for managing our environments. This uses agents (called tentacles) on the machines it controls. To get the correct configuration on an Azure VM created from an image I use a sysprep script. The tentacle service can … Continue reading

Posted in Tooling | Tagged , , , , , , | Leave a comment