Learn SQL Server Greg Larsen in Learn SQL Server How to return multiple sequence numbers with sp_sequence_get_range Developers can work with multiple range values at once using sp_sequence_get_range. Greg Larsen explains how to return multiple sequence numbers... 30 November 2021 13 min read
Editorials Kathi Kellenberger in Editorials Revisiting SQL Server certification I first touched a SQL Server instance back in 1998 during a SQL Server 6.5 course. I hadn’t planned to... 30 November 2021 3 min read
Featured Lance Talbert in Featured Unity state machine behaviours Video games would not be much fun without animation. In this article, Lance Talbert demonstrates Unity state machine behaviours to... 29 November 2021 12 min read
PowerShell Greg Moore in PowerShell Working with PowerShell strings Knowing how to manipulate strings is critical in any language. In this article, Greg Moore explains working with PowerShell strings.… 24 November 2021 12 min read
Featured Grant Fritchey in Featured Connecting to PostgreSQL: Learning PostgreSQL with Grant Database professionals often work with more than one database platform. Grant Fritchey explains setting up and connecting to PostgreSQL database.… 23 November 2021 7 min read
.NET Andy Brown in .NET 10 reasons why Python is better than C# (or almost any other programming language) After resisting learning Python for years, assuming it was just another object-oriented programming language, Andy Brown now gets what the... 16 November 2021 11 min read
BI Adam Aspin in BI Introduction to DAX for paginated reports SSRS reports can be built using DAX. In this article, Adam Aspin explains how to get started using DAX to... 15 November 2021 18 min read
T-SQL Programming Joe Celko in T-SQL Programming BETWEEN the two of us BETWEEN can be used in a SQL WHERE clause to filter on a range. Joe Celko explains the history of... 15 November 2021 11 min read
Learn SQL Server Greg Larsen in Learn SQL Server Using SQL Server sequence objects SQL Server sequence objects have several properties that control how they behave. Greg Larson explains the options of using SQL... 15 November 2021 14 min read
Editorials Kathi Kellenberger in Editorials SQL Server 2022 is a game changer Microsoft announced at the Ignite conference that SQL Server 2022 is on the way, and several significant new features should... 03 November 2021 2 min read
Security Robert Sheldon in Security Ransomware: A world under threat Ransomware has threatened many organizations over the past few years. In this article, Robert Sheldon explains the history of ransomware... 01 November 2021 12 min read
.NET Camilo Reyes in .NET Cache strategies in Redis Redis is an in-memory NoSQL data store. Memory is faster than disk, but there are still ways to improve performance.... 25 October 2021 11 min read
Learn SQL Server Greg Larsen in Learn SQL Server Introduction to SQL Server sequence objects SQL Server sequence objects can be used in place of identity columns. In this article, Greg Larsen explains how to... 25 October 2021 15 min read
Azure Dennes Torres in Azure Performance of querying blob storage with SQL It’s possible to query blob storage using SQL, but what about performance? In this article, Dennes Torres compares several query... 21 October 2021 14 min read
Editorials Kathi Kellenberger in Editorials Back in the office Last week, Steve Jones (@way0utwest), Grant Fritchey (@GFritchey), and I spent a few days at the Redgate Headquarters in Cambridge.... 20 October 2021 3 min read
.NET Joydip Kanjilal in .NET Building and consuming GraphQL API in ASP.NET Core 5 GraphQL is a platform-independent, language-neutral query language and may be used to run queries and retrieve data. Joydip Kanjilal explains... 20 October 2021 23 min read
BI Sanil Mhatre in BI Text Mining and Sentiment Analysis: Data Visualization in Tableau Tableau is a popular visualization tool used by organizations around the world. In this article Sanil Mhatre demonstrates sentiment analysis... 18 October 2021 19 min read
Performance Edward Pollack in Performance Automating Extended Events data collection It’s not difficult to set up an extended event session, but reviewing and saving the data can be complex. In... 04 October 2021 18 min read
Editorials Devyani Borade in Editorials Testing is not a popularity contest … 30 September 2021 1 min read