Creating Compound Interest Calculations in SQL
This is the first article in a short series of SQL Server query challenges to test and expand your SQL Server querying skills
This is the first article in a short series of SQL Server query challenges to test and expand your SQL Server querying skills
One of the benefits of SQL is the ability to write a query and use parameters to dynamically act upon the resultset. Depending on the situation, there can be benefits to parameterizing queries, but it is not always clear when or how to do this. In this tip we look at different ways to pass in values as parameters to queries and the advantages and disadvantages.
Missing data is a difficult and common problem to solve. In this article, Joe Celko explains several approaches to deleting or replacing missing data.
A means of importing large csv files (where there may be commas in quote-delimited free text) into SQL Server tables using PowerShell
In recent years, technology landscape has undergone dramatic changes, driven primarily by cloud computing and a continuously increasing level of attention dedicated to security, privacy, and compliance. One of the more significant initiatives that attempts to address these challenges is General Data Protection Regulation (GDPR. In this article, we will explore how Azure SQL Database could help with addressing the GDPR requirements.
Watch out, watch out, there's a NOLOCK hint about. And probably a few other SQL code smells.
Steve Jones talks about the practical benefits of using DevOps to smooth out your software development.
This article (1) demonstrates an artificial neural network as it learns to recognize alphanumeric characters and (2) elucidates the mathematics of the feed-forward/back-propagation algorithm the artificial neural network employs.
By Brian Kelley
My most recent bout with imposter syndrome was with ISACA’s Digital Trust Ecosystem Framework...
By Steve Jones
“On the way to a grand goal, celebrate the smallest victories as if each...
Materialized lake views (MLVs) in Microsoft Fabric are an effective way to implement medallion...
By Buffalo's Best Roofing Company LLC
Wa 087878229292 Ps. Regional Tanah Abang, Blok F, Lt. Dasar, Kp. Bali, Kecamatan Tanah...
Pakuwon, Kec. Garut Kota, Kabupaten Garut, Jawa Barat 44117
By Buffalo's Best Roofing Company LLC
Wa 087878229292 Landmark Pluit, Jl. Pluit Selatan Raya Blok A8, RT.8/RW.10, Pluit, Penjaringan, North...
How can I alter the deadlock detection interval to 2 seconds instead of 5 seconds on my SQL Server 2025 instance?
See possible answers