2021-11-29
191 reads
2021-11-29
191 reads
There are many ways to load data into a SQL Server database. In this article, Greg Moore demonstrates how to get PowerShell to do more of the work.
2021-10-11
This next article in the PowerShell Day by Day Series will cover adding help to your scripts.
2021-09-29
7,160 reads
I saw an article on using awk, sed, and grep on Linux. I used to know how to use those, though I was by no means an expert. However, working with a stream of text with an input and output was a valuable skill I've used over and over in my career. There are plenty […]
2021-09-13
259 reads
Learn how you can add parameters to your PowerShell scripts to make them more flexible and useful.
2021-07-21
9,657 reads
A frustrating time importing CSV files leads Steve to test the different options.
2021-07-14
16,844 reads
2021-06-25
453 reads
2021-06-18
330 reads
2021-06-11
462 reads
2021-06-04
426 reads
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...
By Steve Jones
I saw an article recently about implicit transactions and coincidentally, I had a friend...
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