As SQL Server 2016 approaches end of support in July 2026, a look back at its groundbreaking innovations reveals how it reshaped Microsoft's data platform and why it's time to move forward. As I've ...
The error “Column is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause” appears when a query uses ...
AI is at the center of business strategies for 2026—and so must values-based leadership to unlock the organization’s potential. With business strategies for 2026 well underway, leaders are ...
Why is the language developers and DBAs use to organize data such a mess? Here are 13 reasons we wish we could quit SQL, even though we probably won't. For all its popularity and success, SQL is a ...
In many real-world scenarios or requirements in Microsoft Dynamics 365 Finance and Operations, we find ourselves needing to display financial dimension values such as Department, CostCenter, ...
The primary key column is often set to auto-increment when constructing a SQL Server database. To achieve this, the IDENTITY property is enabled on the primary key column. The starting value and ...
There are two situations in which you might need to merge two columns of data in Excel 2013. If you've imported two columns of data from separate sources, you might want to combine them into a single ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
The other day, I found myself writing a query for a client to store daily event aggregations with the details stored in a jsonb column. Rather than storing discrete events separately, the requirements ...