The Importance of Clear Data Displays
An accident on a ship is being blamed on unclear data visualization.
2017-11-06
63 reads
An accident on a ship is being blamed on unclear data visualization.
2017-11-06
63 reads
2017-11-01
83 reads
2017-10-31
64 reads
There are important things in life and in our career, how far are you willing to go to get them?
2017-10-30
109 reads
I find it extremely easy to sometimes lose sight of the important stuff. The day-to-day grind can seriously get in the way. I think this is a big part of how we find ourselves having so many silly intra-organizational turf wars. The developers don’t like how the DBAs do things. The DBAs are frustrated with […]
2017-10-30
70 reads
This week Steve Jones talked about physical hardware, asking who might still pay attention.
2017-10-27
191 reads
Unstructured data can be misleading. Steve Jones has a few thoughts today on how he sees this term.
2017-10-26
79 reads
2017-10-25
366 reads
The idea of working on just projects is tailor made for a data professional. Or is it?
2023-11-13 (first published: 2017-10-24)
199 reads
2017-10-23
58 reads
By Steve Jones
I’m starting a long trip at Boston this weekend. I’ll be there Saturday speaking,...
As a data & AI strategist who’s seen countless projects succeed and fail, I...
By SQLPals
Set Theory vs. Batch Mode in SQL Server Not long ago,...
Comments posted to this topic are about the item Changing the Recovery Time
Comments posted to this topic are about the item Getting More Time from AI
Comments posted to this topic are about the item When Page Prefetching Takes a...
I want to change the recovery time for a database running on SQL Server 2022. What are my options for setting the value in my ALTER DATABASE statement. If I run this code, what can I use in place of the xxx to define what 12 means?
ALTER DATABASE Finance SET TARGET_RECOVERY_TIME = 12 xxx;See possible answers