2017-04-20
360 reads
2017-04-20
360 reads
SQL Server captures information about usage and send it to Microsoft. Is that a problem? Not for Steve Jones.
2017-04-18
851 reads
Today Steve Jones looks at some data loss lawsuits against Microsoft, but asks the general question of whether software vendors need to be more liable (and careful).
2017-04-17
65 reads
This week Steve looks at all the information and learning available for Power BI.
2017-04-17
117 reads
Do you know what the cost is for your database going down? Maybe more interesting, is do you want to know?
2017-04-14
140 reads
The future will see more of our data used in machine learning and other AI-like systems. Is that something we want?
2017-04-13
49 reads
Today Steve Jones discusses the idea of data value, and what it might mean to you, personally.
2017-04-12
48 reads
2022-12-05 (first published: 2017-04-11)
215 reads
This article explores aspects of a job that help one feel satisfied at work.
2017-04-10
93 reads
Just because something works, is it prudent to implement a solution knowing there is a chance this design flaw will be stricken from future revs of SQL Server? It depends.
2017-04-10
69 reads
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...
By Steve Jones
I saw an article recently about implicit transactions and coincidentally, I had a friend...
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