An object lesson about what is really important
A story I heard a long time ago reminds us to choose what is really important.
2016-08-11
110 reads
A story I heard a long time ago reminds us to choose what is really important.
2016-08-11
110 reads
The potential vulnerabilities of wireless devices might be a security issue for databases.
2016-08-10
98 reads
When do you have too much data? What do you do if you aren't actually using all of it?
2016-08-09
78 reads
This week Steve Jones looks at a new idea, rating the security of products publicly to try and shame vendors into more secure coding.
2016-08-08
85 reads
The complexity of tables makes modifying them over time a challenge, especially as data sizes grow.
2016-08-08
58 reads
Too many failovers can cause problems, as can those that happen to often. Steve Jones says you need to consider whether you always need to failover in a sitaution.
2016-08-05
159 reads
2016-08-04
215 reads
It's possible to change a software development team and dramatically improve things. Steve Jones highlights an example from Redgate Software.
2016-08-02
89 reads
Passwords are a problem, especially when we're in a hurry. What should we do?
2016-08-01
84 reads
2016-08-01
64 reads
By Chris Yates
Change is not a disruption in technology; it is the rhythm. New frameworks appear,...
No Scooby-Doo story is complete without footprints leading to a hidden passage. In SQL...
By James Serra
A bunch of new features for Microsoft Fabric were announced at the Microsoft Fabric Community...
We’re running SQL Server 2019 with database compatibility level 150, and after recent tuning...
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
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