Linked lists
Learn how you can achieve better performance with linked list instead of a numbering column.
2014-12-22
9,119 reads
Learn how you can achieve better performance with linked list instead of a numbering column.
2014-12-22
9,119 reads
Every time you access a relational database to make a query, you have an important decision to make: What is the appropriate isolation level for your query? If you get this wrong, the consequences can be serious. Deadlocks, Dirty reads, Non-repeatable reads, or poor performance. We're in luck, because Robert Sheldon once more answers those questions that are awkward to ask in public.
2014-12-18
12,150 reads
2014-12-16
2,156 reads
2014-12-12
2,049 reads
2014-12-11
2,100 reads
2014-12-10
2,206 reads
2014-12-08
1,826 reads
2014-12-05
1,960 reads
2014-12-03
2,071 reads
2014-11-27
2,262 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