Daily Archives: December 3, 2015

Puzzled by T-SQL

Live blogging this a bit as I try things. This will update a bit, so you’ll have to read through. Adam Machanic posted this: T-SQL Puzzle-How many rows will this return? SELECT*FROM(VALUES(1),(2))AS x(i)WHERE EXISTS(SELECT MAX(i)FROM(VALUES(1))AS y(i)WHERE y.i=x.i) I was in … Continue reading

Posted in Blog | Tagged , | 8 Comments

What is DevOps?

There is a lot of confusion in the world about DevOps. Some of that might be because the concept hasn’t been well defined, or implemented, in many organizations. It might also be because other companies have been running as DevOps … Continue reading

Posted in Editorial | Tagged | Comments Off on What is DevOps?