This reminds me of a programming test I had when in college. The professor gave us a single task: get the top 10 student names alphabetically from the college...
As a .NET developer using SQL Server exclusively I have found that it is very easy to forget to close connections when using datasets with table adapters or readers. ...