SQL Server
Learning how to return JSON with SQL Server
Published on 28/10/2024
Sometimes, returning rows from your SQL Server database isn't enough, and JSON is the best solution!
Create a stored procedure with SQL Server
Published on 21/10/2024
Stored procedures are the equivalent of functions in classic programming, but what are their advanta...
Creating a transaction with SQL Server
Published on 18/06/2024
Need to perform atomic operations on SQL Server? Here's an article that explains step by step how to...
Page 1