It seems you can never make code simple enough. No matter how many database
related samples I publish, I'm always getting requests for simpler ones.
Well, this one is as simple as they get. This script connects to our SQL
Server database, executes a basic query, and drops the results right into
a DataGrid. You won't find any fancy formatting or cool tricks in this
sample, just straight-forward code -- plain and simple.