An Informal Look at Database Performance
A review on the basic steps to correct a poorly performing query
2010-09-08
12,461 reads
A review on the basic steps to correct a poorly performing query
2010-09-08
12,461 reads
A Technique to deal with moving data from multiple schemas into one table
2010-08-09
6,392 reads
Some useful undocumented extended and stored procedures in SQL Server 2005
2009-11-20 (first published: 2008-05-09)
33,369 reads
2009-01-17 (first published: 2008-05-28)
4,155 reads
2008-12-02
9,115 reads
2008-10-23 (first published: 2008-08-24)
1,907 reads
2008-09-09
12,774 reads
A discussion on using CTEs to speed the development and maintenance of reports and enhance readability.
2008-03-31
6,151 reads
Discusses the techniques and reasons to use opendatasource for reading text files in SQL Server 2005.
2007-12-13
10,355 reads
By Steve Jones
I saw an article recently about implicit transactions and coincidentally, I had a friend...
By Kevin3NF
The 10-Minute Outside-In Triage Don’t Blame SQL First It’s 9:05 AM and your helpdesk...
By Steve Jones
I’m starting a long trip at Boston this weekend. I’ll be there Saturday speaking,...
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