Guilty of Over-Customising
Am I guilty of over-customising software? Read this and let us know what you think.
2017-06-12
102 reads
Am I guilty of over-customising software? Read this and let us know what you think.
2017-06-12
102 reads
2023-05-12 (first published: 2017-06-09)
324 reads
SQL Server is becoming more capable all the time, requiring fewer human resources for basic management.
2017-06-08
84 reads
2017-06-06
95 reads
2017-06-05
75 reads
I don’t doubt for a minute that on a certain level you’re sick to death of people talking about the Wanna Cry ransomware. However, bear with me, we need to go through it just a little more because it actually has some bearing on us as data professionals. OK, more than some bearing, it’s a […]
2017-06-05
180 reads
Today Steve Jones talks presentations, specifically the best way to share information on a projector.
2017-06-02
166 reads
Steve Jones asks software developers to consider the issues we may have with lax internal security.
2017-06-01
81 reads
Data storage is something all data professionals need to care about, and today Steve Jones talks about a research project from Microsoft.
2017-05-31
99 reads
2017-05-30
49 reads
No Scooby-Doo story is complete without footprints leading to a hidden passage. In SQL...
By Steve Jones
I saw an article recently about implicit transactions and coincidentally, I had a friend...
By Kevin3NF
The 10-Minute Outside-In Triage Don’t Blame SQL First It’s 9:05 AM and your helpdesk...
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