Microsoft training courses | Wise Owl - home page

Phone (01457) 858877 or email

Selecting data in SQL blogs

Using ORDER BY to Sort in SQL Server Queries

Posted by Andrew Gould on 23 July 2012 | no comments
If your SQL queries return lots of records you'll probably want to sort the results in some kind of order. This blog teaches you how to use the ORDER BY clause to do exactly that!
Tags:   SQL / Selecting data

Basic SQL Queries

Posted by Andrew Gould on 23 July 2012 | no comments
This blog teaches the absolute basics of writing queries in Microsoft SQL Server Management Studio. You'll learn how to use the SELECT and FROM keywords to create simple queries showing all of the records from a single table.
Tags:   SQL / Selecting data

Dynamic SQL - No, No, No!

Posted by David Wakefield on 02 July 2012 | no comments
Dynamic SQL should only be used as a last resort. This article gives you a tip for avoiding the use of dynamic SQL in WHERE clauses
Tags:   SQL / Selecting data   |   SQL / WHERE criteria   |   SQL / Dynamic SQL

Free SQL training course | SQL tutorial

Posted by Andrew Gould on 13 February 2012 | 1 comment
This article provides a comprehensive tutorial in Microsoft SQL Server, taking you from the basics of writing SELECT statements all the way through to creating complex stored procedures.
Tags:   SQL / Selecting data   |   SQL / WHERE criteria   |   SQL / Calculations   |   SQL / Joins   |   SQL / Grouping   |   SQL / Stored procedures   |   SQL / Transactions   |   SQL / CTEs, subqueries
Adding a first or default item to a list control which gets its data from a table can be tricky. This blog gives an elegant solution using UNION queries, which works equally well for ASP.NET dropdown controls, Windows Forms dropdowns or Access combo boxes.
Tags:   SQL / Selecting data   |   Access / Forms and subforms   |   ASP.NET / ADO.NET and data

All content copyright Wise Owl Business Solutions Ltd 2013. All rights reserved.