2018-02-13
52 reads
2018-02-13
52 reads
Sometimes a database can seem to be as willful as a colt. Taming it requires an iron nerve, and unflinching eye contact. Occasionally though, you need to know when to jump the fence and regroup.
2018-02-12
77 reads
Many of us have scripts that we run in SQL Agent jobs, but Steve wonders if we really treat them like production code.
2018-02-12
102 reads
Steve loves to read all sorts of books and is asking what books you'd read professionally or for fun in 2018.
2018-02-09
93 reads
2022-05-27 (first published: 2018-02-08)
247 reads
2018-02-07
290 reads
You have the opportunity to influence the makeup of the conference agenda for the PASS Summit
2018-02-06
41 reads
2018-02-05
54 reads
Big Data hasn't been in the news, perhaps because more organizations are realizing they need the right data.
2018-02-05
69 reads
2018-02-01
92 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