SQLSaturday #14 in Pensacola Update
Karla just emailed that the schedule is set, details at http://www.sqlsaturday.com/schedule.aspx, but to save you time here are the speakers...
2009-04-21
618 reads
Karla just emailed that the schedule is set, details at http://www.sqlsaturday.com/schedule.aspx, but to save you time here are the speakers...
2009-04-21
618 reads
Tom has been doing a series of interviews on his blog lately and I ended up on the list. Interviewing...
2009-04-20
517 reads
I've written a few posts in the past about time management, and thought I'd post an update with some lessons...
2009-04-20
586 reads
Blogging is both more fun and harder than it looks, so when someone is getting started I try to offer...
2009-04-20
541 reads
I've written quite a few posts lately on networking and a very common question is - where's the results? What do...
2009-04-19
972 reads
If you've never looked at one of these they are compilations of some of the best/most popular articles since the...
2009-04-16
532 reads
A week or so ago I posted a note about reading How to Start a Conversation and Make Friends (worth...
2009-04-15
379 reads
I just had a call with John Baldwin who is leading the effort in Birmingham and there plenty of action...
2009-04-15
300 reads
I happen to notice this in a class recently that I had the rare student - one that could take notes...
2009-04-14
390 reads
I currently write the editorial for the PASS Connector which is published every two weeks as part of my role...
2009-04-13
287 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...
Hi everyone I have a 1000 plus line query and I am getting an...
Comments posted to this topic are about the item Building a RESTful API with...
What happens when I run this code:
DECLARE @s VARCHAR(1000) = 'apple, pear, peach' SELECT * FROM STRING_SPLIT(@s, ', ')See possible answers