2018-07-09
72 reads
2018-07-09
72 reads
The use of NULL values in a database can be controversial. Today Steve talks about his views on this concept.
2018-07-06
134 reads
2018-07-05
502 reads
2018-07-04
36 reads
2018-07-03
59 reads
Watch out, watch out, there's a NOLOCK hint about. And probably a few other SQL code smells.
2018-07-02
321 reads
Steve Jones talks about the practical benefits of using DevOps to smooth out your software development.
2018-07-02
128 reads
Steve Jones asks about your plans to get away from work and refresh yourself.
2018-06-29
51 reads
This is an error that has plagued SQL Server for a long time. It should be fixed.
2018-06-28
313 reads
Work sometimes gets in the way of work. Steve Jones notes this can cause stress and problems over time.
2018-06-27 (first published: 2014-10-21)
209 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