Internet Movie Database (IMDB)The Internet Movie Database (IMDB.com) is a large website containing information related to films, television programs, home videos, […] November 12, 2021 in IMDB tagged tv / database / internet / dataset / movie / imdb / IMDB Data Files by Mike
SQL Select DistinctSometimes a column in a table has repeating values and you want to know what the list of […] November 12, 2021 in SQL Server tagged distinct / unique by Mike
SQL Count NULLsHow many NULLs are there in a column? What would the SQL query be? For small tables you […] November 12, 2021 in SQL Server tagged count / null / SQL Count by Mike
SQL Server Count DuplicatesYou may have a need to count the number of duplicates in a column. Perhaps you want to […] November 12, 2021 in SQL Server tagged duplicates / count / duplicate / SQL Count by Mike
Multiple Genres in Genres ColumnThis post discusses the code for a movie database that has a table with a list of genres […] November 10, 2021 in SQL Server tagged movie / genre / genres / parsing / key / parse / foreign / SQL Server Parsing by Mike
Atomicity of First Normal FormEdgar F. Codd’s definition of First Normal Form (1NF) makes reference to the concept of ‘atomicity’. Codd states […] November 10, 2021 in SQL Server tagged Atomicity by Mike
T-SQL Parse a String in a ColumnDo you have a column in your SQL Server database that contains a list of things separated by […] November 10, 2021 in SQL Server tagged normalize / parsename / reverse / replace / string / parse / split / Atomicity by Mike
Text to SQL ServerWhile this is part 5 of this series, this will be the most simple example. I will be […] November 8, 2021 in SQL Server tagged insert / bulk / tab / delimited / tsv / import / csv / SQL Server Import by Mike
Test Data GeneratorDo you need some sample or test data for your project? Are you doing work in a spreadsheet […] October 27, 2021 in Database tagged test / sample / set / generate / dataset / online / fake / generator / data 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
Simple CRUD ToDo List with DapperWe have a short series of posts here that show the listings for a simple WPF ToDo list […] May 21, 2020 in Dapper tagged Dapper by Mike
WPF ToDo Version 2In this post I have taken the previous series of posts on the simple ToDo application and made […] May 20, 2020 in Dapper tagged namespace / folder / crud / todo / error / type / try / catch / WPF SQLite ToDo CRUD by Mike