Why We Code …

Have you ever wondered how it is that software programs are actually created?   What is it that actually drives developers to spend numerous hours writing thousands of lines of code? … Continue reading Why We Code …

Crystal Reports and SQL Stored Procedures – Passing Multiple Parameters – Part 1 of 2

Passing multiple parameters between Crystal Reports and a T-SQL Stored Procedure Part 1:  SQL Server Management Studio SQL code Part 2:  Crystal Reports report setup and SHARED Formulas Crystal Reports is a … Continue reading Crystal Reports and SQL Stored Procedures – Passing Multiple Parameters – Part 1 of 2

T-SQL SEQUENCE – An Application

Background A customer requires product to be identified using serialized labels.  The current front end application only provides an interface to generate labels with product information using Crystal Reports as … Continue reading T-SQL SEQUENCE – An Application

Expert T-SQL Window Functions in SQL Server

Review:  “Expert T-SQL Window Functions in SQL – Master The Most Useful Addition To SQL In Over A Decade” by Kathi Kellenberger with Clayton Groom, Apress, 152 pages.  Paperback > … Continue reading Expert T-SQL Window Functions in SQL Server

Code::Blocks – TDM-GCC Installation – Part 2 of 2

TDM-GCC Compiler Suite and Code::Blocks Almost every programming language requires the installation of a compiler and an editor or IDE (Interactive Development Environment) to accompany it.  Instructions for installing the TDM-GCC compiler suite is the topic of this post. A second post will soon follow that discusses installation of the Code::Blocks IDE.  Code::Blocks is an Open-Source, cross-platform  IDE that supports […]

Failure Status: Pending – One Reason Why You Need to Backup

Software updates are time consuming but they have to be done at some point.  The most recent updates to my primary office computer include: Visual Studio 2017:  Updated IntelliJ IDEA Ultimate:  Updated … Continue reading Failure Status: Pending – One Reason Why You Need to Backup

Code::Blocks – TDM-GCC Installation – Part 1 of 2

TDM-GCC Compiler Suite and Code::Blocks Almost every programming language requires the installation of a compiler and an editor or IDE (Interactive Development Environment) to accompany it.  Instructions for installing the TDM-GCC compiler suite is … Continue reading Code::Blocks – TDM-GCC Installation – Part 1 of 2