This blog post is for those lucky souls programming in Classic ASP VBScript who need to access output variables in […]
T-SQL Divide-By-Zero
Divide-by-zero errors are one of the first errors new programmers come across. A reasonable fix is to check the denominator […]
How to Pull Record Counts for Tables
One way to familiarize one’s self with a very non-production database is to get a list of tables and record […]
SQL Tip – An alternative way to page results
An alternative way to page results using OFFSET AND FETCH. […]