IMDB Name BasicsThe namebasics file has all of the people in it. It has the moving pictures that they are […] November 27, 2022 in IMDB tagged name / people / imdb / IMDB Data Files by Mike
IMDB Unique Genres QueryIn order to set up our relationships in the Data Model, we need to create another table. This […] November 27, 2022 in IMDB tagged type / imdb / genre / IMDB Data Files by Mike
IMDB Title BasicsThe titlebasics file is a good file to start with after you have downloaded it. I re-named the […] November 26, 2022 in IMDB tagged query / title / imdb / power / IMDB Data Files by Mike
Tiny IMDB Average Rating for each GenreWhat is the average rating for each of the genres? Does the Comedy genre rate higher than the […] November 25, 2022 in IMDB tagged average / measure / DAX / rating / calculate / genre / Tiny IMDB Data Model by Mike
Tiny IMDB Average Rating for each PersonThis post follows from the previous post in this series of posts using a tiny made-up database that […] November 25, 2022 in IMDB tagged relationship / calculate / one-to-many / measure / DAX / tiny / model / Tiny IMDB Data Model by Mike
Tiny IMDB Data Model IntroductionTiny Data In this series of posts (“Tiny IMDB Data Model”) we’ll look at the Internet Movie Database […] November 25, 2022 in IMDB tagged data / model / introduction / imdb / Tiny IMDB Data Model by Mike
IMDB Repeating Genre ValuesIn working with the IMDB database tables, you find that each moving picture can have one or more […] November 24, 2022 in IMDB tagged power / unpivot / query / reference / duplicate / IMDB Data Files by Mike
IMDB and the Excel Data ModelWhat if we wanted to import this database into Microsoft Excel and work with it? We want to […] November 23, 2022 in IMDB tagged data / model / relationship / imdb / IMDB Data Files by Mike
SQL Server Recovery PendingAre you working with SQL Server Management Studio (SSMS)and do you see one or more of your databases […] December 20, 2021 in SQL Server tagged online / pending / error / alter / move / path / recovery / offline / emergency 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 right / update / sql / table / join / inner / left by Mike
T-SQL Parsing a New TableSo far we’ve created a lot of new columns. These are only temporary columns because what we really […] November 21, 2021 in SQL Server tagged SQL Server Parsing Many Columns by Mike
T-SQL Parsing Groups of 4Since we are going to use PARSENAME to process/parse the string, and it works with a maximum of […] November 21, 2021 in SQL Server tagged SQL Server Parsing Many Columns by Mike