How do you deal with disappointment?
Disappointment is hard, but you get to choose how you react to it.
2018-05-14
100 reads
Disappointment is hard, but you get to choose how you react to it.
2018-05-14
100 reads
AD Authentication in SQL Server has been around for a long time, so why do we still use SQL Authentication?
2018-03-30
395 reads
2018-02-01
70 reads
Often we are encouraged to learn the latest things, but sometimes the old stuff is worth knowing too.
2017-12-26
82 reads
2017-12-18
56 reads
2017-12-11
75 reads
It is getting to be that time of year. Holiday parties are you for them or against
2017-11-14
74 reads
A lot of us are introverted, so is there anything that can be done about it?
2017-11-09
107 reads
2017-11-01
83 reads
There are important things in life and in our career, how far are you willing to go to get them?
2017-10-30
109 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