Connect With More Clients: Our Partner Directory Has Arrived
The partner directory connects your agency with new customers.
2024-09-16
21 reads
The partner directory connects your agency with new customers.
2024-09-16
21 reads
Make it easier for your audience to engage with you by connecting your site to the fediverse.
2024-09-13
17 reads
2024-09-10
23 reads
"We can really be dangerous if we want, without being too afraid of it."
2024-09-05
25 reads
There are no secrets about how PostSecret handles millions of visitors.
2024-09-03
18 reads
There are no secrets about how PostSecret handles millions of visitors.
2024-09-03
14 reads
"Let me know where you get your magic pixie dust from!"
2024-08-30
30 reads
2024-08-27
20 reads
2024-08-23
18 reads
In this post, we share the strategies and techniques we've implemented to ensure our Electron-based Studio app runs smoothly, delivering a high-performance user experience.
2024-08-20
26 reads
By Steve Jones
I’m not sure I knew identity column values could not be updated. I ran...
By Steve Jones
We had an interesting discussion about deployments in databases and how you go forward...
By ChrisJenkins
You could be tolerating limited reporting because there isn’t an off the shelf solution...
SELECT COUNT(DISTINCT Component) AS Found FROM tblComponents WHERE(Component NOT LIKE '%[a-z]%') AND(LTRIM(RTRIM(Component)) = 'GM13622')...
Comments posted to this topic are about the item Remotely Engineer Fabric Lakehouse objects:...
Comments posted to this topic are about the item Creating JSON III
In a SQL Server 2025 table, called Beer, I have this data:
BeerIDBeerName 1Becks 2Fat Tire 3Mac n Jacks 4Alaskan Amber 8KirinI run this code:
SELECT JSON_OBJECTAGG(
BeerID: BeerName )
FROM beer;
What are the results? See possible answers