2016-02-22
1,587 reads
2016-02-22
1,587 reads
2016-02-19
1,815 reads
Create the definition of your holidays and have them available for any year. Create a Calendar including holidays and business/work dates.
2017-12-15 (first published: 2016-02-16)
10,375 reads
2016-02-15
1,460 reads
2016-02-01
1,570 reads
2016-01-28
1,601 reads
Learn how you can work with FileTable files from T-SQL as an alternative to the drag and drop methods of using Windows Explorer
2019-01-18 (first published: 2016-01-28)
8,829 reads
2016-01-25
1,804 reads
2016-01-21
1,440 reads
2016-01-20
1,479 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