SQL Server Automate CNOs and VCOs for SQL Server AAG 26.02.2021 by Nathan Courtine 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 (AAG). This installation requires to prestage cluster(…)
AWS Publishing a PowerShell script to AWS Lambda 16.06.2020 by Daniel Westermann I've done some Lambda functions with Python in the past and it was quite easy to publish that to Lambda (by just uploading a zip file with all my code and dependencies). You might ask yourself(…)
Database Administration & Monitoring, Database management, SQL Server How to run Avamar backup on SQL Agent Job with PowerShell 29.04.2020 by Stéphane Savorgnano By one of our customer we use Avamar for the backup and restore solution. I was asked by this customer to find a solution to run Avamar backups for a group of databases on a specified instance. In fact,(…)
Cloud Restore S3 Object with AWSPOWERSHELL 05.03.2020 by Nathan Courtine AWS S3 offers different Storage Classes, allowing to optimize cost among others. For instance, some classes are used for archiving purposes: S3 Glacier and S3 Glacier Deep Archive. It means the(…)
Database Administration & Monitoring, Database management, SQL Server SQL Server – Collecting last backup information in an AlwaysOn environment 12.12.2019 by Christophe Cosme 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. But if I mention that some databases were 60TB big with(…)
Application integration & Middleware, Enterprise content management How To Deploy Office Web Apps Server 2013 29.01.2019 by Microsoft Team The 4 Steps Of Office Web Apps Server 2013 Installation Office Web Apps provides browser-based versions of Excel, One Note, Word and PowerPoint. It also helps users who access files through SharePoint 2013. The objective of this topic is to(…)
Database Administration & Monitoring Pass Summit 2017 02.11.2017 by Stéphane Savorgnano Today starts the Pass Summit 2017 taking place in Seattle. After a small fly over the Ocean, more than 10 hours… yesterday, and a nice jet lag which avoid me to sleep later than 4AM this morning, I arrived(…)
Database Administration & Monitoring, Hardware & Storage, Operating systems Manage Azure in PowerShell (RM) 14.10.2016 by Nathan Courtine Azure offers two deployment models for cloud components: Resource Manager (RM) and Classic deployment model. Newer and more easier to manage, Microsoft recommends to use the Resource Manager. Even if these two models can exist at(…)
Database Administration & Monitoring, Hardware & Storage, Operating systems Generate Azure VM with Resource Manager deployment in PowerShell 17.08.2016 by Nathan Courtine Recently, there is a new way to manage the Azure infrastructure with Resource Manager. It brings many advantages regarding the classic deployment. The differences between these two deployments will not be covered in this blog because it is(…)
Database Administration & Monitoring SQL Server 2016: New SQL PowerShell CMDLETs for ErrorLog 14.07.2016 by Stéphane Haby With the latest release of SQL Server Management Studio(SSMS) 2016 (13.0.15500.91), downloadable here, was introduced new CMDLETs for Always Encrypted, SQL Agent and the ErrorLog. In this article, I will(…)