Why Doesn't Database Software Help Us?
Databases don't manage themselves, but Steve sees this as an opportunity, not a problem.
2021-03-20
101 reads
Databases don't manage themselves, but Steve sees this as an opportunity, not a problem.
2021-03-20
101 reads
2021-03-15
491 reads
2021-03-11
618 reads
2021-03-08
639 reads
Receive email notifications of non-standard entries in your SQL Server Error Log files with a little PowerShell.
2023-12-25 (first published: 2021-03-02)
7,795 reads
2021-02-18
406 reads
Using some sort of scripting or automation is important for your career.
2021-02-10
157 reads
2021-02-09
1,055 reads
2021-02-08
461 reads
It's a good idea for anyone managing systems to periodically check them and see if anything needs to change.
2021-01-12
88 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