PASS Summit 2014 – It’s not you, it’s me
After an exciting week at the PASS Summit, I’m back home with my family. This was my first ever PASS...
2014-11-11
609 reads
After an exciting week at the PASS Summit, I’m back home with my family. This was my first ever PASS...
2014-11-11
609 reads
I’m finally completely recovered from a great week in Seattle last week for PASS Summit. Now that it’s back to...
2014-11-11
1,190 reads
I’m finally completely recovered from a great week in Seattle last week for PASS Summit. Now that it’s back to...
2014-11-11
937 reads
This is a short blog series on using Power BI tools to support testing ETL processes. I have presented on...
2014-11-11
1,287 reads
2014-11-11
491 reads
Let’s say you build or rebuild an index in SQL Server. Your users and boss are anxious to know when...
2014-11-11 (first published: 2014-11-06)
8,395 reads
It’s been five years, and that’s amazing. Not many things last for a year, much less five, but the T-SQL...
2014-11-11
911 reads
So, here it is. I put the challenge out to discuss something new learned last week. I was fortunate enough...
2014-11-11
607 reads
It is once again time to come together as a community and talk about a common theme. This monthly gathering of the community has just reached it’s 5th anniversary....
2014-11-11
3 reads
It is once again time to come together as a community and talk about a common theme. This monthly gathering...
2014-11-11
580 reads
By DataOnWheels
Two years ago, two things happened within a few days of each other. I...
By gbargsley
This is it. The final chapter of PowerShell Strikes Back. Over the past four...
By Arun Sirpal
Claude is more than a chat window. The desktop experience includes structured workspaces, generated...
Comments posted to this topic are about the item Unraveling the Mysteries of the...
Comments posted to this topic are about the item QUOTENAME Behavior
Good Morning. I have a T-SQL Script which has been developed to execute a...
I use QUOTENAME() like this in code?
DECLARE @s VARCHAR(20) = 'Steve Jones' SELECT QUOTENAME(@s, '>')What is returned? See possible answers