Andreas Wolter (www.andreas-wolter.com) has worked for over a decade as trainer (MCT), consultant and architect for SQL Server systems. He is one of less than a dozen experts worldwide, who have been certified as Microsoft Certified Master (MCM) on SQL Server 2008 and additionally Microsoft Certified Solutions Master Data Platform (MCSM) on SQL Server 2012.



Being an active member of the PASS he is also a speaker at various international conferences since several years.



With his Germany-based company, Sarpedon Quality Lab (www.SarpedonQualityLab.com), he provides development and optimization of database systems, with a focus on scalable, performing and secure deployments across Europe and worldwide. You can also follow him at Twitter at twitter.com/AndreasWolter.

  • Interests: Business Intelligence & Datawarehousing Performance Tuning Security

Blogs

The Mystery of the Locked-Up Database -Scooby Dooing Episode 6

By

No Scooby-Doo story is complete without footprints leading to a hidden passage. In SQL...

Announcements from the Microsoft Fabric Community Conference

By

A bunch of new features for Microsoft Fabric were announced at the Microsoft Fabric Community...

The Challenge of Implicit Transactions: #SQLNewBlogger

By

I saw an article recently about implicit transactions and coincidentally, I had a friend...

Read the latest Blogs

Forums

Compatibility levels on database changing them and impacts.

By jonluder

We’re running SQL Server 2019 with database compatibility level 150, and after recent tuning...

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

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