This article explains how to carefully limit your Home Assistant database growth without losing data you actually care about for analysis and automations.
Oof. What even is this title? Descriptive - sure, maybe - but also kinda long. Ah, okay. This article explains how to map complex data types to a SQL database when using Entity Framework. This time, I'm using Fluent API to do this.
This post describes how to run Entity Framework's code-first migrations against a database located in Windows Azure. This is done by running the Update-Database commandlet with suitable switches, see below.
This page describes multiple ways to fix the ' Spatial types and functions are not available for this provider because the assembly ‘Microsoft.SqlServer.Types’ version 10 or higher could not be found.
While using Entity Framework and code-first migrations, Entity Framework (EF) creates the indexes for you - but what if you need to create a custom one, explicitly based on a certain field/column?