Data Privacy Grows in California
Changes in data privacy law in California are demanded by consumers.
2021-01-23
67 reads
Changes in data privacy law in California are demanded by consumers.
2021-01-23
67 reads
Steve has a thought on the best way to protect sensitive data.
2021-01-07
136 reads
2020-12-14
132 reads
As legal requirements grow and change, cloud computing might require a new consideration: where we physically store data.
2020-12-10
154 reads
Lots of contact tracing apps are out there. Do you know which ones collect which types of data and what they do with it?
2020-11-24
154 reads
2020-11-17
106 reads
SQL Server shares some data with Microsoft, but the use is documented. Steve sees this as a model for how companies might share information.
2020-10-26
244 reads
Data is important for AI projects, but the ethics and privacy implications are complex. A new project from Microsoft aims to help users control their data and make it available for use.
2020-10-07
119 reads
Today Steve gives a reason why your organization might consider improving its data governance.
2020-09-16
71 reads
2020-08-15
65 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