SQL Server – Collecting last backup information in an AlwaysOn environment
Introduction Sometimes you face interesting challenges with unusual environment. One of my customer needed a automated and flexible backup solution. Said like that nothing very complex you will say....
View ArticleSQL Server AlwaysOn node “Add all eligible storage to the cluster”
I made a mistake recently when adding a new node to an existing Windows Failover Cluster supporting AlwaysOn SQL Server instances. When adding a new node using the GUI there’s this option checked by...
View ArticleAutomate CNOs and VCOs for SQL Server AAG
During the installation of a new SQL Server environment in a Project, we wanted to automate the whole process deployment and configuration when installing a new SQL Server Always On Availability Group...
View ArticleMove secondary database files in SQL Server AG with PowerShell
For some circumstances, you may want to move data and log files for a database to a different location.Usually, this operation has to be made offline. But with an Availability Group (AG) environment,...
View ArticleMove SQL Server database files to different folders with PowerShell
In my previous post, I explained how to move SQL Server databases files programmatically by leveraging the high availability of an Availability Group (AG).But when you can afford to have a database...
View Article