SQLAndy

Blog Post

No Drama

Someone I worked with recently on the server side of the business had that to say about SQL Server compared...

2011-09-19

606 reads

Blog Post

Conflict Resolution

More than once I’ve run into situations where I’m working with two people/groups that don’t get along. Especially as a...

2011-09-16

613 reads

Blog Post

Dreaming

It’s easy to get so busy with life you forget to dream, at least for me. Most of us have...

2011-09-16

704 reads

Blog Post

I Don’t Know

I wanted to write this because lately I say “I don’t know” a couple times a day to my client/boss....

2011-09-14

622 reads

Blog Post

8 Weeks In

I’m about eight weeks into my current project and while I’m certain I don’t know it all, I’m finally at...

2011-09-13

532 reads

Blogs

Local LLM Models at SQL Saturday Boston 2025

By

I’m starting a long trip at Boston this weekend. I’ll be there Saturday speaking,...

3 things you must do to start data quality management right

By

As a data & AI strategist who’s seen countless projects succeed and fail, I...

Set Theory vs. Batch Mode in SQL Server

By

Set Theory vs. Batch Mode in SQL Server Not long ago,...

Read the latest Blogs

Forums

Changing the Recovery Time

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Changing the Recovery Time

Getting More Time from AI

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Getting More Time from AI

When Page Prefetching Takes a Back Seat – Exploring Trace Flag 652 in SQL Server

By Chandan Shukla

Comments posted to this topic are about the item When Page Prefetching Takes a...

Visit the forum

Question of the Day

Changing the Recovery Time

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