Speaking at Colorado Springs SQL Server User’s Group on June 15
I will be speaking at the Colorado Springs SQL Server User’s Group, live and in person, on Wednesday, June 15,...
2011-05-09
511 reads
I will be speaking at the Colorado Springs SQL Server User’s Group, live and in person, on Wednesday, June 15,...
2011-05-09
511 reads
Today is the last day to submit session abstracts for the PASS 2011 Summit. I was lucky enough to speak...
2011-05-04
474 reads
Writing a month long series is always a lot more work than you initially expect. You would think that I...
2011-05-01
624 reads
For Day 30 of this series, (which is the last day), I am going to talk a little about RAID,...
2011-05-01
919 reads
For Day 29 of this series, I am going to talk about some of the basic things that you should...
2011-04-30
1,388 reads
For Day 28 of this series, I am going to talk a little bit about some upcoming developments in Intel...
2011-04-28
1,638 reads
For Day 27 of this series, I am going to talk a little bit about disk performance and one easy...
2011-04-27
1,314 reads
For Day 26 of this series, I want to talk a little about laptop processor selection (since I get a...
2011-04-26
1,235 reads
For Day 25 of this series, I want to talk about how you go about picking a CPU for your...
2011-04-25
535 reads
For Day 24 of this series, I want to talk a little bit about the TPC-E OLTP benchmark.
The TPC...
2011-04-24
737 reads
Welcome back, my fellow sleuths, to my mystery-inspired blog series! I’m having a ton...
By Steve Jones
This was one of the original values: The facing page has this text: No...
By Chris Yates
For decades, enterprises have thought about data like plumbers think about water: you build...
Comments posted to this topic are about the item Create an HTML Report on...
Comments posted to this topic are about the item I Love Editorials
Hi everyone I have a 1000 plus line query and I am getting an...
What happens when I run this code:
DECLARE @s VARCHAR(1000) = 'apple, pear, peach' SELECT * FROM STRING_SPLIT(@s, ', ')See possible answers