Using SQL Server Cursors
I have recently found myself using cursors for quite a few processing tasks in SQL Server such as data takeons and cleanups. While there are packages...
I have recently found myself using cursors for quite a few processing tasks in SQL Server such as data takeons and cleanups. While there are packages...
I often use virtual machines for large projects so that I can create an isolated environment for them. They also make it easy for me to run many...
I recently was tasked with integrating some external DLL assemblies into Sage CRM. These external assemblies were generated by a Word plugin that lets you insert SQL fields directly into the Word document.
I recently started a new job as a Software Developer working on extending Sage software functionality. Much of this development is done in Visual C#. Through the projects I have been given, there have been a few concepts I have learnt that...
The power and extensibility of Visual Studio makes it my favourite IDE. While it originally only officially supported .NET languages, it has grown to support many different platforms including Node.js and Python.
Python is one of my favourite languages when it comes to producing a solution to some programming problem quickly and in a relatively neat manner. One of the tools that Python provides to help create neat solutions is Comprehensions, more specifically List and Dictionary Comprehensions.
I recently bought Pythonista for my iPad and iPhone in an attempt to code more often in my free time, even when I don’t have my computer on me.
Welcome all to my new blog! I created this blog with the intention of sharing my thoughts on any topics related to my hobbies. It's just the beginning but...