Skip to main content

sqlserver

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.