Articles

External Article

SQL Logic

In this article, I will discuss the history and thinking behind several types of logic that are typically associated with writing relational database code.

2024-04-26

External Article

Pagination and ordering by large values

Pagination is a technique for limiting output. Think of Google search results, shopping the electronics category on Amazon, or browsing tagged questions on Stack Overflow. Nobody could consume all of the results in a single shot, and no site wants to spend the resources required to present them all to us

2024-04-19

Blogs

Why the masters and what lies ahead

By

I recently graduated with a Master’s in Strategic Communication from the University of Delaware....

Copilot Reminded Me How To Find a File Handle

By

Recently I was trying to delete a folder and kept getting the “something is...

Planview Portfolios REST API with ADF – Retrieving Actual Data

By

In the introduction of this blog post series, I explained the use case: extracting...

Read the latest Blogs

Forums

Enhancing Web Application Performance through Database Optimization: A Comprehensive Study

By nai3

Comments posted to this topic are about the item Enhancing Web Application Performance through...

Automated Azure SQL VM Patching

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Automated Azure SQL VM Patching

Common Algorithm Concerns

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Common Algorithm Concerns

Visit the forum

Question of the Day

Automated Azure SQL VM Patching

There is an Automated Patching service for VMs running SQL Server in the Azure Cloud. This uses the SQL Server IaaS Agent Extension to work with PowerShell. What types of patches are installed with this service? Note: All updates are marked with tags, such as Important, Critical, or something else

See possible answers