Simple error checking when running batch files from T-SQL in SQL Server
A while ago we added error trapping to the batch file called by a SQL script, this was to ensure […]
Microsoft Access 2010 loader
Credits (As what I consider the hard stuff was actually done by other people): TheSmileyCoder for the solid awesome little […]
Why use ACCDE and then ACCDR Access Front Ends
Nearly every single Microsoft Access “database” I use has a proper database attached instead of using the internal Jet Engine, […]
Within a batch file run a program for a certain length of time before killing it
I needed to run a scheduled batch job and kill it off after a certain amount of time, this was […]
Delink a Shared Mail Notes Files when the system utilised Shared Mail
We had a number of nsf files given to us by a company we had purchased, however they utilised Shared […]
Windows 10 Remove Unwanted Bloat from Windows 10
A number of the default “apps” that Microsoft provide tend to get on my nerves, as I have Skype and […]
T-SQL Get current Unix Time
The following allows you to work out the current time on the Unix Environment. The Datediff function is used to […]
Remove a password from server.id from a IBM Domino 8 server
The server.id can be setup to have a password. This can cause problems on Windows where on Windows 2003 the […]
Outlook 2010: VBA delay sending of emails until the next working day if outside of reasonable hours
This Outlook 2010 VBA code was used to impose a time when emails could not be sent and were instead […]
Make mailto links open IBM Notes 8 Basic Configuration instead of Standard
Note: I can’t find who to credit with this, I believe it was the IBM Notes forum but I never […]