The Challenge of Failure and of Being Unwired
About to embark on a vacation, Steve talks about the difficulty in letting go.
2018-07-20
67 reads
About to embark on a vacation, Steve talks about the difficulty in letting go.
2018-07-20
67 reads
2018-07-19
66 reads
2018-07-18
47 reads
2018-07-17
71 reads
There are lots of databases to choose from. Steve discusses using more of them in your work.
2018-07-16
95 reads
2018-07-13
66 reads
2018-07-12
96 reads
This crossword puzzle is based on the contents of the Stairway to AlwaysOn.
2018-07-11
155 reads
2018-07-10
59 reads
Grant talks about the lessons of history when the goals of different groups don't align.
2018-07-09
69 reads
By Steve Jones
nachlophobia – n. the fear that your deepest connections with people are ultimately pretty...
Have you ever wondered where a certain field is used in a report? Or...
By Steve Jones
One of our internal people was looking to test some process in (I assume)...
Comments posted to this topic are about the item A Strange Query
Hello, I am having database primary and secondary filegroup. Few tables/indexes are partitioned on...
I am using the following script to import data from a json file. This...
What does this return?
SELECT x=1 WHERE (SELECT 1) IN ( 1, 2, 3)See possible answers