Birds of a Feather
What makes SQL Server professionals stick together? Can we draw any conclusions from this?
2017-07-10
145 reads
What makes SQL Server professionals stick together? Can we draw any conclusions from this?
2017-07-10
145 reads
2017-07-07
223 reads
2017-07-06
65 reads
A holiday in the US has Steve Jones thinking about compromise and communication.
2017-07-04
53 reads
2017-07-03
102 reads
This week Steve asks you to make sure you practice your restore skills periodically.
2017-07-03
48 reads
Steve Jones saw a database design test for developers, but he's never been given one.
2017-06-30
273 reads
This week Steve Jones wonders what you might do if you discovered data corruption.
2017-06-29
67 reads
2017-06-28
111 reads
The ability to protect, and perhaps handle, sensitive data separately from other data is becoming more important. Steve Jones discusses the process and asks if it's something you perform on a regular basis.
2017-06-27
75 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