The Credit Debate
As databases grow, we store more and more types of data. This Friday's poll asks what types of data you don't want to store.
As databases grow, we store more and more types of data. This Friday's poll asks what types of data you don't want to store.
As databases grow, we store more and more types of data. This Friday's poll asks what types of data you don't want to store.
Knowing the various types of joins can greatly expand your T-SQL skills. Jambu Krishnamurthy brings us a refresher article on the various types of joins and how to write them.
Coming up with ways to do things automatically with software can be a boon to productivity, but not every idea is a good one.
An interview with a data warehousing expert Chuck Kelley with some views about the careers in data warehousing.
Jacob Sebastian brings a little more complexity to working with XML documents. Here we learn how to iterate through a document and use each node and perform some action on each one.
In this article Dinesh Priyankara shows how Visual Studio Team Edition for Database Professionals can be used to perform data comparison.
More and more companies are looking to use social software, like Facebook, to link employees, but is this a good thing?
More and more companies are looking to use social software, like Facebook, to link employees, but is this a good thing?
More and more companies are looking to use social software, like Facebook, to link employees, but is this a good thing?
By Chris Yates
Change is not a disruption in technology; it is the rhythm. New frameworks appear,...
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...
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