What's Downtime?
Steve asks the question today of how you might measure downtime and the scope you are concerned about.
2018-04-09
108 reads
Steve asks the question today of how you might measure downtime and the scope you are concerned about.
2018-04-09
108 reads
Phil Factor argues that the ability to write simply and expressively is a much under-valued skill in IT, and explains the main traps to avoid.
2018-04-09
114 reads
2018-04-05
207 reads
Titles are very important to many people. Steve wonders if the main title many of us use will go away.
2018-04-04
247 reads
2018-04-03
244 reads
2018-04-02
83 reads
AD Authentication in SQL Server has been around for a long time, so why do we still use SQL Authentication?
2018-03-30
425 reads
2018-03-29
154 reads
The GDPR may bring nightmare letters like the one linked to from the editorial.
2022-06-03 (first published: 2018-03-28)
267 reads
Using new features and changing code can cause problems in your environment. Always test to be sure that the impact is acceptable.
2018-03-27
69 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