Categories
-
Meta
Tag Archives: SQL
Basic Azure SQL Performance
In order to consolidate some websites onto one platform I had plans to move my outdoor sites to Azure. None of my sites are particularly large in terms of load so I figured a B1 app instance and a Basic … Continue reading
Migrating Code From SQL Server To MySql
After having worked exclusively with Microsoft’s SQL Server for some years now I was working on a project in which the customer wanted the data to be stored in their database of choice, MySql. My first thought was to utilize … Continue reading
SQL Server Versions And Compatibility Levels
When working with a number of different SQL Server versions on various projects I’ve been a bit confused about what exactly I’ve been dealing with. I wanted a single table with all of the names, versions and compatibility levels all … Continue reading