2017-06-13
69 reads
2017-06-13
69 reads
Phil Factor on the perils of trying to squeeze good insights out of bad surveys.
2017-06-12
72 reads
Am I guilty of over-customising software? Read this and let us know what you think.
2017-06-12
110 reads
2023-05-12 (first published: 2017-06-09)
330 reads
SQL Server is becoming more capable all the time, requiring fewer human resources for basic management.
2017-06-08
90 reads
2017-06-06
110 reads
I don’t doubt for a minute that on a certain level you’re sick to death of people talking about the Wanna Cry ransomware. However, bear with me, we need to go through it just a little more because it actually has some bearing on us as data professionals. OK, more than some bearing, it’s a […]
2017-06-05
195 reads
2017-06-05
86 reads
Today Steve Jones talks presentations, specifically the best way to share information on a projector.
2017-06-02
177 reads
Steve Jones asks software developers to consider the issues we may have with lax internal security.
2017-06-01
90 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