Long time, no post… I was asked to create a graph showing throughput of bags on a conveyor grouped into 5 minute intervals. One of the requirements was to show…
Author: <span class="vcard">Me</span>
As part of a basic guessing game I wanted to be able to shuffle an array of n chars into a random order. The method I decided to use was…
Just a quick example of loading data into a data reader using C#. My data source is MS SQL Server in this case, although you would just need the correct…
If you’re here you have probably found that if you’ve deployed a report to your server updating the default parameter values and redeploying has no effect on the server report.…
Quick example of how to display an image control that loops through a folder of images. Firstly drop a timer control onto your form (name: tmrNextImage), set the Interval to…
In my earlier post () I showed how you can iterate through folders and add the folder names to a list (lstDirs). The problem with this code was that if…
Having to write some SQL SELECT’s on some un-normalized tables left me thinking there has to be a tidier way. I started with: (@SCAN_ID is a variable declared earlier) I…
When running the SQL Server Installation Centre I was receiving the above error. This seems to be caused by the software being installed to a temp folder which is subsequently…
I noticed that my old backup files were not being deleted despite my Cleanup Task being set to delete all bak files more than a day old. Having checked, and…