2010-09-06
456 reads
2010-09-06
456 reads
2010-09-06
317 reads
2010-09-06
290 reads
2010-09-06
355 reads
2010-09-06
326 reads
2010-09-06
325 reads
2010-09-06
340 reads
For those of you whose BI projects never resemble your prom night (never getting past first base), it’s probably time...
2010-09-06
221 reads
This week we’re highlighting a new whitepaper on Configuring Kerberos Authentication for Microsoft SharePoint 2010 Products. It’s written by Tom...
2010-09-06
804 reads
Hey folks,
It's whitepaper Wednesday again and this week we're talking about "Introducing Microsoft StreamInsight" by: Torsten Grabs, Roman Schindlauer, Ramkumar...
2010-09-06
855 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