The Traveling Data Professional
This week Steve Jones talks about the need to get away and asks if you have plans.
2017-06-23
75 reads
This week Steve Jones talks about the need to get away and asks if you have plans.
2017-06-23
75 reads
Today Steve Jones discusses data loss, always a scary topic for the data professional.
2017-06-22
89 reads
The decision to change platforms isn't one Steve Jones takes lightly.
2017-06-20
74 reads
DevOps can help, not just development, but also infrastructure, if you spend time adapting the practices to your environment.
2017-06-19
37 reads
2017-06-19
182 reads
This Friday Steve Jones talks about job posting and descriptions. This is the chance to think about what you do and how you might describe this to your replacement.
2017-06-16
98 reads
The Internet of Things is coming, and bringing lots of data, but security needs to be included as well.
2017-06-15
45 reads
2017-06-14
325 reads
2017-06-13
65 reads
Phil Factor on the perils of trying to squeeze good insights out of bad surveys.
2017-06-12
57 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