SQLSaturday Numbers For Period Ending June 30, 2013
Just saw this in the PASS Connector:
The SQLSaturday numbers are in for our fiscal year, which ended June 30, with...
2013-08-07
650 reads
Just saw this in the PASS Connector:
The SQLSaturday numbers are in for our fiscal year, which ended June 30, with...
2013-08-07
650 reads
Recently I installed the Android version of the Overdrive Media Console on my Nexus 7. It’s a free app. Install...
2013-08-06
785 reads
Time has flown by and we’re just five weeks from SQLSaturday #232 on September 14th, 2013. It’s a time of...
2013-08-06
556 reads
I recently needed to figure out how to embed Flash streaming video in a blog post. LiveWriter does Youtube ok...
2013-08-05
570 reads
I’ll be doing my PCI for the SQL DBA presentation on August 8th at 1 pm Eastern for the PASS...
2013-08-05
798 reads
Back in April Steve Jones mentioned reading a review of The Phoenix Project by mutual friend Thomas LaRock. It’s a...
2013-08-02
699 reads
I like to look at things that have been in use for a while to see how they hold up....
2013-08-01
728 reads
Last night (8pm Eastern) I had my first run as a 24HOP moderator and wanted to share some thoughts on...
2013-08-01
607 reads
Over the years when a performance problem comes up there is always some speculation that it’s a network issue and...
2013-07-31
1,164 reads
Must read blog: Sacha Chua. Lots of info on going solo, being productive, sketch noting.Related, if you’re trying to manage...
2013-07-30
1,119 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