Modeling and Design Are More Important in DevOps
Steve notes that modeling and good database design can't be ignored in DevOps work.
2018-10-15
44 reads
Steve notes that modeling and good database design can't be ignored in DevOps work.
2018-10-15
44 reads
In larger shops with multiple database servers, it is very important to have consistency.
2018-10-12
150 reads
2018-10-11
446 reads
More and more people are starting to perform data analysis, including DBAs, but they should be aware of what normal means for data.
2018-10-10 (first published: 2015-01-28)
192 reads
Andy Warren talks about the single source of truth for information. It could be the database, but that's not always the best choice.
2018-10-09
232 reads
Steve has a troubleshooting experience that reminds him of a lesson he should have learned.
2018-10-08
66 reads
Performance is a common reason to monitor SQL Server. The work day of a database administrator is often interrupted with unexpected calls about slowness in applications or reports. But, how does the performance today compare to the performance last week or last month? Can the root cause of the issue be traced to the database […]
2018-10-08
35 reads
The idea of a single place to get the status of your environment is an interesting one.
2018-10-05
76 reads
2018-10-04
50 reads
2018-10-03
36 reads
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)...
By James Serra
Announced at Microsoft Ignite last week were some new product features related to the...
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