Building Test Data
Steve talks about the importance of test data and how to get it in development environments.
2018-06-14
50 reads
Steve talks about the importance of test data and how to get it in development environments.
2018-06-14
50 reads
2018-06-13
81 reads
Steve talks about Machine Learning Services in SQL Server and whether using this is a good idea.
2018-06-12
150 reads
Analyzing performance often requires you to understand what is normal and what is not. Steve talks about the importance of baselines.
2018-06-11
62 reads
2018-06-11
84 reads
Is there a best way to comment code? Or maybe just different styles. Steve Jones asks what you think today.
2018-06-08
84 reads
2018-06-07
68 reads
2018-06-06
141 reads
2018-06-05
54 reads
2018-06-04
107 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