2017-05-29
33 reads
2017-05-29
33 reads
Phil Factor argues that the database should be the primary source not only of the current data values, but also of the volatility of the data, its rate of change. Surely, then, it makes sense for the database to control the caching strategy.
2017-05-29
91 reads
The SQL Server platform is growing, but Steve Jones notes that this might not really affect our jobs.
2017-05-26
845 reads
We will start to deal with more and more types of data. Steve Jones worries about the possibility of hacking.
2017-05-25
63 reads
2017-05-24
141 reads
Today Steve Jones looks at how you might track the various items you use in the cloud.
2017-05-23
215 reads
Microsoft has changed SQL Server in response to the community. Read about some of the enhancements.
2017-05-22
75 reads
2017-05-22
55 reads
Pseudonymisation is a form of data masking, a technique that becomes more important to data professionals all the time.
2017-05-19
1,900 reads
There may be new changes to our jobs as data professionals because of GDPR in the European Union.
2017-05-18
136 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