Refreshing Availability Group Database with PowerShell
Following last weeks post on Refreshing A Mirrored Database with PowerShell I thought I would write the script to refresh...
2014-09-04
1,609 reads
Following last weeks post on Refreshing A Mirrored Database with PowerShell I thought I would write the script to refresh...
2014-09-04
1,609 reads
SQL mirroring is a means of providing high availability for your SQL database. It is available in Standard Edition and...
2014-08-25
1,101 reads
I had an email last night from someone who attended my PowerShell Box of Tricks session at SQL Saturday Exeter
He...
2014-05-05
900 reads
A very short blog today just to pass on this little script.
I was required to list all of the SysAdmins...
2014-04-14
529 reads
Build a Dockerized Todo List RESTful API in C# with GitHub Actions and Azure...
By Brian Kelley
Erin West gave the keynote for the 2025 Techno Security & Digital Forensics East...
By Steve Jones
Redgate has been known for many useful tools that are easy to use. We’ve...
Comments posted to this topic are about the item Shorten the Debate
Comments posted to this topic are about the item Azure SQL Performance Tuning: Mastering...
Comments posted to this topic are about the item Adding Lots of Dates
The second parameter for the EOMONTH() function is an integer. In June 2025, if I run this code, what is returned?
DECLARE @d DATE = GETDATE() SELECT EOMONTH(@d, 95695)See possible answers