2019-09-19
523 reads
2019-09-19
523 reads
2019-09-17
1,095 reads
2019-09-12
499 reads
2019-09-09
594 reads
2019-09-05
601 reads
The basics are important, especially with regards to backup and restore in SQL Server.
2019-08-31
348 reads
With most innovative new technologies, Azure Stretch Database demos make it look completely easy. Here is a step by step to get going, with examples. Part One of a Two-Part series.
2019-08-26
4,951 reads
In this article, we look at the conceptual design for gathering information about your servers to better understand how they are performing.
2019-08-22
3,658 reads
2019-08-16
631 reads
The start of a new series that looks at examining your servers and keeping track of their health.
2019-08-15
2,595 reads
By Steve Jones
I’m starting a long trip at Boston this weekend. I’ll be there Saturday speaking,...
As a data & AI strategist who’s seen countless projects succeed and fail, I...
By SQLPals
Set Theory vs. Batch Mode in SQL Server Not long ago,...
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
Comments posted to this topic are about the item When Page Prefetching Takes a...
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