2018-03-26
95 reads
2018-03-26
95 reads
We often make changes to production systems in an ad hoc manner. Steve asks how much auditing we might have in place.
2018-03-23
76 reads
Updates this week for SQL 2014, 2016, 2017 and SSMS have Steve thinking about the pace of patching.
2018-03-22
66 reads
2018-03-21
117 reads
A traffic cop isn't a great analogy for a DBA, but all too often it is an accurate one.
2022-09-19 (first published: 2018-03-20)
289 reads
Governments are requiring better security, and Steve wishes the US would follow.
2018-03-19
96 reads
2018-03-19
99 reads
2022-09-26 (first published: 2018-03-16)
366 reads
The title says it all. The great developers will use source control. This habit might not make you great, but it will help you improve.
2018-03-15
89 reads
2018-03-14
110 reads
By Steve Jones
I wrote about learning today for the editorial: I Can’t Make You Learn. I...
By ReviewMyDB
Fabric has CI/CD built in, but if you've tried to use it for database...
By Steve Jones
attriage – n. the state of having lost all control over how you feel...
Comments posted to this topic are about the item Forward Deployed Engineers
Comments posted to this topic are about the item TRY_PARSE vs TRY_CONVERT in SQL...
Comments posted to this topic are about the item DBCC CHECKDB Limits II
I have a SQL Server 2025 database that I want to check for corruption every night. One of the things we do is disable indexes used for ETL loads during the weekend and re-enable them on Monday morning. If we run DBCC over the weekend, are our disabled indexes checked for consistency?
See possible answers