Skip to main content

development

Handle nested stored procedures

Dealing with nested stored procedures can be tricky on transaction. This article will show you how to avoid common mistakes.

How to set lock timeout

When a lock occurs you can tell the compiler how long it should wait before giving up. Here's how to use this setting

How to use deadlock priority

When developing custom SQL it's important that your code does not block the main application. This article explains how you can use deadlock priority to control this.

SQL Schema explained

In this article I will try to explain schemas and how they can help you organise your code. I will also give you some examples of how I use them in my applications.

Working with Git: An Agile Workflow Guide

Dive into the intricate steps of the Git workflow, beginning with the spark of an agile user story and culminating in a collaborative pull request. Whether you're a seasoned developer or just starting out, our in-depth guide sheds light on the best practices and nuances of working with one of the most powerful version control systems. Ready to enhance your Git prowess? Read on to unlock the secrets of seamless software development and collaboration.