About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (169)
Category Archives: 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 data compare, schema compare, sql server data tools, sqlserver, visual studio, visual studio 2013
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
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
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 azure vm, deployment, image, octopusdeploy, sysprep, vm, Windows Azure
Leave a comment
Using Powershell to move VHD to another Storage Account
For performance reasons it is best practice to use a different Storage Account for each VHD you create. Sometimes it’s even better to use multiple storage accounts and stripe the files into one disk, but the is another thing. I … Continue reading
Posted in Tooling
Tagged azure, Performance, powershell, storage account, vhd, vm, Windows Azure
Leave a comment