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)
Author Archives: erictummers
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
Week roundup
Here are the best articles I’ve read/seen last week: The Files in the /data folder of an umbraco website described. We did remove the umbraco.config with no harm done to my site. Already an old post about Application Pool Identities. … Continue reading
Bundling fails in release mode
Use extension in your bundle definition to get it working: new ScriptBundle(“~/bundles/kendo.js”) Continue reading
Change remote desktop public port in Windows Azure
When you cannot connect to your Windows Azure Virtual Machine with remote desktop, maybe you’re being blocked. Most companies don’t allow communication over all ports. This limitation can be overcome by changing the public port Windows Azure uses for Remote … Continue reading