Book Review: Microsoft SQL Server Training, Volume 1

Book Reviews
7 Comments

Last week, I shared a few pictures out of Ron Soukup’s Inside SQL Server 6.5 book. You had a blast with that one, so I figured I’d share some more pictures from another, uh, let’s call it “well-preserved” book about SQL Server. Make sure you see the subtitle of this book before you add it to your cart.

That’s right: SQL Server 6.5. (And please do NOT pay full price for that. Used ones go on sale all the time.)

Let’s take a trip down memory lane:

Installing SQL Server on 72MB of RAM and 10GB of hard drive space

“The machine I installed it on is called a personal computer” – today, an Amazon Echo Dot has more memory than that. And frankly, better Internet connectivity options:

How to learn about getting your certifications

Ah yes, The Microsoft Network and CompuServe. I was a Prodigy guy myself – I always saw those CompuServe people as uppity.

Gotta love those old-school icons
Love those icons. And hey, SQL Trace!
SQL Web Page Wizard, the same tool that built the very blog you’re reading

Over the years, Microsoft has repeatedly tried smearing buzzwords on the database server box. “Hey, web pages are cool – we can build web pages in the database! Wait, service-oriented architectures are cool – we’ll put a messaging queue in side the database! Document databases? Sure, we’re hip to that!” And with every release, the trendy stuff fades away, and the database engine sticks around, thankfully.

Clients use terminate-and-stay-resident applications

WOW, it used to suck troubleshooting connectivity issues. We take a lot for granted today.

Back in the old days, you didn’t create a data file – you created a device first
Pages were 2K, and extents were 16K
The gift that keeps on giving
Retrieving data from a table

Okay, lemme stop for a second here to let something sink in. This is a 20-year-old book, and it’s by no means the first book to cover the SQL language. But this same technical book, funny as it may be, still uses the exact same language and syntax that you’re using to query databases today.

This page is going to start a religious war
Columns that are frequently updated are good candidates for clustered indexes – wat

Reading this book, I was surprised by how much of the information was still relevant today. It might not be accurate anymore, mind you – but it was still relevant. You could pick up this 20-year-old-book, read it cover to cover, and actually be equipped to pass a lot of SQL Server job interviews.

That’s an amazing testament to the quality of the vision of the team that built it, and the staying power of the product.

Previous Post
When Query Plans Lie Part 2
Next Post
Where Clustered Index Keys Dare

7 Comments. Leave new

  • Mitch Condon
    May 10, 2018 12:14 pm

    Great article! A trip down memory lane. I remember when we first got SQL 6.5 up, and all celebrated our first connection from a client working. It has stood the test of time for sure.

    Reply
  • Ah, that brings back _so_ many memories. I remember how much better SQL 6.x was over SQL 4.21a, but we were definitely spoiled with later releases. I’d completely forgotten about the Devices creation, but I do remember having to write out scripts that would re-create those devices and growth in exact order so you could restore a database.

    There was a lot to be said for the lighter-weight separate query tool. It was nice to have something specialized for just running queries, especially on those lower-memory machines.

    Reply
  • ken ambrose
    May 10, 2018 12:49 pm

    [[quality of the vision of the team that built it]]
    Agreed and might I add even more so in my opinion, we have to thank the genius of Dr. Codd. Without whom we would still likely be working with hierarchical databases using physical pointers.

    Reply
  • CompuServe was a great platform for its time. So was SQL 6.5. Liked the ftp reference for download… of course a usable web browser was still a future product. It is amazing to look back at a product like this, realize how much has changed (memory, disk sizes) and how much has stayed the same (TSQL constructs).

    Reply
  • Interesting to see that pages used to be 2kB, instead of 8kB. Do you foresee a situation where that will change again, or be user-adjustable?

    Reply
    • Zac – well, lemme turn around and ask you: do you have a scenario where changing the page size would get you across the finish line in terms of performance changes? I haven’t seen that personally.

      Reply
  • SQL Web Page Wizard….Wow! That’s really interesting. After reading this blog post, I want to play with SQL 6.5. Does anyone know where can i download a legit copy of SQL 6.5? Something like an Enterprise Eval edition may be…Tried BINGOOGLE, But no luck.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.