SQLAll that is related to SQL queries or scripting can be found here.2021-02-01Software DevelopmentSQLData StorageSimilar string search with the Levenshtein distance on SQL ServerRecently I have been looking for more flexible ways to search through text within a SQL database, and I stumbled upon a suggestion which indicated to use the so called Levenshtein distance.2019-03-08Software Development.NETSQLGraphQLData StorageImplementing pagination with GraphQL.NET and RelayI describe the implementation of a cursor based GraphQL API following the Relay specification. Everything is covered, the specification, query composition, and even a real-world sample.2019-03-06Software Development.NETSQLData StorageHow can I use cursor based pagination on SQL Server with C#?2018-12-26Software Development.NETSQLGraphQLCursor based pagination with C# and SQL Server2018-11-07Software Development.NETSQLStream processing SQL-stored data in C#2018-09-21Software Development.NETSQLConverting .NET Ticks to MSSQL DateTime and back2018-04-23Software Development.NETSQLData StorageScaffolding an existing SQL database with Entity Framework Core in 5 minutes