FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Log 02: The Sample Data Struggle & The "Wildcard" Trap
How-ToDevOps

Log 02: The Sample Data Struggle & The "Wildcard" Trap

via Dev.toCodeBase Journal3h ago

With the Docker environment finally running, it was time to move from "configuring" to "doing." I went to the Microsoft SSMS source and pulled two classic sample files: instnwnd.sql (Northwind) and instpub.sql (Pubs). My plan was simple: install them, run some queries, and sharpen my SQL skills. As is tradition in development, it wasn't that easy. The Ghost in the Container When I ran instnwnd.sql against my Docker-hosted SQL Express, the database simply didn't appear in the SSMS Object Explorer. I’m still not entirely sure why—it’s a task for another day. Instead of getting bogged down in another configuration rabbit hole, I pivoted to instpub.sql . It worked. I finally had data to play with. The Practice Run: 5 Challenges I set out to solve five challenges ranging from basic filtering to aggregations. Here’s a look at the "Lessons Learned" from the session. 1. The "SELECT *" Trap I started out by using SELECT * for almost everything. It’s a common beginner habit, but I quickly realiz

Continue reading on Dev.to

Opens in a new tab

Read Full Article
0 views

Related Articles

I Got a $40 Parking Fine, So I’m Building an App That Fixes It
How-To

I Got a $40 Parking Fine, So I’m Building an App That Fixes It

Medium Programming • 3h ago

Here Is What Programming Taught Me About Solving Real-World Problems
How-To

Here Is What Programming Taught Me About Solving Real-World Problems

Medium Programming • 4h ago

How to Add a Custom Tool to Your MCP Server (Step by Step)
How-To

How to Add a Custom Tool to Your MCP Server (Step by Step)

Dev.to Tutorial • 7h ago

I Was Great at Power BI — Until I Realized I Was Useless in Real Projects
How-To

I Was Great at Power BI — Until I Realized I Was Useless in Real Projects

Medium Programming • 7h ago

I Studied What the Top 0.1%
How-To

I Studied What the Top 0.1%

Medium Programming • 15h ago

Discover More Articles