Excel Unique FunctionThe Excel UNIQUE function gives you all of the distinct values of a given range. All you need […] October 28, 2022 in Excel tagged excel / sql / distinct / unique / group by / spill. spilled by Mike
SQL Update one Table from AnotherAre you working with an SQL database where you need to copy data from one table to another? […] November 23, 2021 in SQL Server tagged sql / table / join / inner / left / right / update by Mike
T-SQL Parsing To Get FrequencyThis post is about determining just how many parts there are in a string that is delimited with […] November 21, 2021 in SQL Server tagged parse / sql / SQL Server Parsing Many Columns by Mike
T-SQL Parsing Into Many ColumnsThis post is about working with one column in a SQL Server table that contains a comma-separated list […] November 20, 2021 in SQL Server tagged sql / T-SQL / csv / string / parse / split / fruit / SQL Server Parsing Many Columns by Mike
SQL Combining Two TablesThis post is about combining the data from two tables by adding columns, not rows. Here we think […] November 18, 2021 in SQL Server tagged sql / combine by Mike
Daily Thought Back-EndIn this third post on this project we’ll look at the back-end, meaning the database. The database technology […] November 25, 2020 in WPF tagged table / sqlite / daily / thought / back / end / database / sql / WPF Daily Thought by Mike
SQLite IntroductionWikipedia says: “SQLite is a relational database management system (RDBMS) contained in a C library. In contrast to […] November 11, 2020 in Database tagged database / sql / sqlite / local / SQLite by Mike
WPF ComboBox Colors with SQLiteThis post is a follow-up to a previous post called WPF ComboBox Colors. In this project, I have […] May 12, 2020 in WPF tagged options / box / picker / Linq / sql / Dapper / configuration / sqlite / colour / down / combobox / color / drop by Mike
WPF SQLite Dapper List and Add People – 1This series of posts shows us how to build a WPF project using SQLite and Dapper that allows […] May 6, 2020 in Dapper tagged Dapper / sqlite / people / database / sql / WPF / WPF SQLite Dapper People by Mike
SQLite Database IntroductionSQLite is a relational database management system (RDBMS) contained in a C library that ends up being embedded […] May 4, 2020 in Database tagged database / sql / lite / sqlite by Mike
WPF Insert into SQL Server Table with DapperIn this post we look at inserting a row of data into a SQL Server table from a […] May 4, 2020 in Dapper tagged execute / sql / insert / into / connection / Dapper by Mike
WPF Read a SQL Server Table into a DataGrid with ...This post is about how to connect to a local SQL Server database and read a table from […] May 3, 2020 in Dapper tagged read / grid / datagrid / Dapper / database / server / sql / WPF / Dapper by Mike