Don’t Underestimate the Importance of Good Co-workers
It is important to have people that do good work and are good to work with.
2017-10-17
90 reads
It is important to have people that do good work and are good to work with.
2017-10-17
90 reads
2017-09-05
303 reads
We all make mistakes, what you do next is what is important.
2017-07-13
62 reads
Team building isn't easy, but important for people to work together well.
2017-07-11
60 reads
When faced with repetitive tasks how do you go about doing them in a focused timely manner?
2017-05-11
141 reads
2017-04-28
834 reads
It takes a creative mind to come up with new ideas. So how do you do it?
2017-04-21
98 reads
This article explores aspects of a job that help one feel satisfied at work.
2017-04-10
93 reads
This article explores the author's way of making big decisions.
2017-04-04
66 reads
2017-01-05
78 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