Appreciating New Perspectives
Today Steve Jones talks about understanding and having empathy for other points of view.
2017-08-31
73 reads
Today Steve Jones talks about understanding and having empathy for other points of view.
2017-08-31
73 reads
Today Steve Jones has a few thoughts on the complexity and cumbersome nature of database development.
2017-08-30
95 reads
If mistakes are made, employees can be held financially responsible by some companies. Do we need to worry about this in our industry?
2023-06-21 (first published: 2017-08-29)
198 reads
Are graph databases worth using? Steve Jones looks at a report that questions their value at this time.
2017-08-28
87 reads
2017-08-28
125 reads
Steve Jones asks you to look forward in your career, perhaps setting goals that move you forward.
2017-08-25
97 reads
2017-08-24
80 reads
2017-08-23
68 reads
There are times when you look back and times when you look forward in your career. Sometimes, however, we might try to push forward too fast.
2017-08-22
60 reads
2017-08-21
74 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