PASS Summit 2013-Board Q&A Today at
The PASS Board of Directors will be available for questions from the members from 12:30 to 1:45 in Ballroom C....
2013-10-18
612 reads
The PASS Board of Directors will be available for questions from the members from 12:30 to 1:45 in Ballroom C....
2013-10-18
612 reads
Today flew by. I posted earlier about my visit with Dr. DeWitt and it’s late, so bullets for the rest...
2013-10-17
630 reads
Waiting on the second day keynote to begin.
Douglas McDowell going over funding sources for PASS – primarily the Summit, but $100k...
2013-10-17
616 reads
Incoming President Thomas LaRock up. 3000 viewers of PASS TV yesterday. Adam Jorgensen the the new VP of Finance and...
2013-10-17
703 reads
I was lucky/thrilled to get to spend a few minutes chatting with Dr. DeWitt this afternoon (and thanks to PASS...
2013-10-16
635 reads
I took a quick break at 5:30 to drop off my bag at the hotel and head back to attend...
2013-10-16
284 reads
I’m starting the official ‘day one’ at the bloggers table with Tim Mitchell and Colin Stasiuk. We’re at a side...
2013-10-16
364 reads
Waiting on Microsoft keynote to begin. Hoping for excitement!
SQL 2012 has had fastest adoption rate. No arguing it’s good, wonder...
2013-10-16
568 reads
Still at the opening day keynote, waiting for next demo to start.
I think the PASS water bottles are the most...
2013-10-16
655 reads
PowerBi contest – www.facebook.com/microsoftbi. Aligns with the BA conference next year.
I’m amused thinking about PowerBi being Powered By Microsoft.
I still...
2013-10-16
601 reads
By Steve Jones
I needed to test a striped backup, so I decided to ask the AI’s...
By Kevin3NF
It’s Not Just Backup / Restore At some point every company faces it: the...
By gbargsley
In SQL Server environments where transactional replication runs alongside Always On Availability Groups (AGs),...
Comments posted to this topic are about the item Create an HTML Report on...
Comments posted to this topic are about the item Can/Can't Do/Don't
Comments posted to this topic are about the item Strange String Splits
When I run this code, how many rows are returned?
DECLARE @meals NVARCHAR(1000) = N'夕食昼食朝食' DECLARE @s NVARCHAR(1) = N'食' SELECT value FROM STRING_SPLIT(@meals, @s) GOSee possible answers