Standard ErrorSeries of Posts This series of post is called inferential statistics and is meant as a brief introduction […] April 14, 2024 in Statistics tagged error / MEAN / sample / standard / variance / deviation / Inferential Statistics by Mike
Hypothesis Test of a Coin TossLet’s look at a simplified hypothesis test. To begin learning about hypothesis testing, let’s look at a very […] August 20, 2023 in Statistics tagged toss / error / test / type / one / two / hypothesis / probability / coin / Statistics Hypothesis by Mike
Margin of ErrorIn this post, we’ll introduce a new statistics term called the margin of error. Since a sample is […] December 18, 2022 in Statistics tagged error / margin / statistics / Statistics Confidence Intervals by Mike
Excel Power Query Data Type ErrorSometimes when you bring in data into the Power Query Editor, you experience data type errors. Here below […] November 6, 2022 in Excel tagged error / type / query / power / data / Excel Power Query 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 error / alter / move / path / recovery / offline / emergency / online / pending 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 error / type / try / catch / namespace / folder / crud / todo / WPF SQLite ToDo CRUD by Mike
WPF SQLite ToDo CRUD SQLiteIn this part we discuss the database. It’s a SQLite database. We need to create a SQLite database […] May 20, 2020 in WPF tagged such / database / error / table / Dapper / sqlite / no / WPF SQLite ToDo CRUD by Mike
SQL Server Error 5123Are you trying to attach a database to SQL Server Management Studio and getting Error 5123? Are you […] February 17, 2019 in SQL Server tagged attach / denied / database / error / security / access / SSMS / administrator / run / 5123 by Mike
C# Exception HandlingException handling is an advanced topic because there the things you need to understand in C# before you […] January 5, 2019 in C# tagged IDisposable / unmanaged / error / exception / try / catch / handling / using / finally / C# Exception Handling by Mike
SQL Server Error 15517There is a good article at SQLServerCentral.com that helps you troubleshoot this error 15517 on SQL Server. I […] December 4, 2017 in SQL Server tagged diagrams / 15517 / error / sql by Mike
SQL Server Exception Handling Part 14This post is a continuation of our SQL Server project that uses exception handling, except that here we […] October 13, 2017 in SQL Server tagged exception / try / catch / tran / simple / simplified / boilerplate / error / transaction / SQL Server Exceptions by Mike
SQL Server Wrong Server NameIn your SQL Server code are you using @@SERVERNAME? This can return the wrong information. For me it […] September 6, 2017 in SQL Server tagged error / network / server / sql / name by Mike