(James Serra) As I see a huge number of customers migrating their on-prem databases to the Azure cloud, the main question they ask is about whether they should go with an IaaS solution (SQL Server in a VM) or a PaaS solution (SQL Database).
Author: SSWUG Research
Build a Single Page Application (SPA) Site With Vanilla.js
(Jeremy Likness) Modern JavaScript has all of the capabilities and features necessary to build a complete Single Page Application (SPA) experience without relying on a framework.
Automate SFTP File Transfer with SQL Server Agent and WinSCP
(Joe Gavin) You need to create an automated process to transfer files using Secure File Transfer Protocol (SFTP) with SQL Server Agent. Check out this article to learn how.
MySQL InnoDB Cluster Replication via Router to Slave Single Node using SSL
(Ivan Ma) This article is written to share how to setup SSL Replication between MySQL InnoDB Cluster and Slave single node via MySQL Router.
Creating A GraphicsMagick Playground With Docker, CommandBox, And Lucee CFML
(Ben Nadel) When Adobe first introduced the CFImage tag in ColdFusion 8, I thought it was the bee’s knees! Suddenly, this language that made everything else easy now made image manipulation easy as well. In the years since then, however, I’ve grown to view ColdFusion’s image manipulation with a bit
OCI Cloud Instance with Jenkins
(Skant Gupta) In this post, we can add OCI compute instance with Jenkins. As a prerequisite, we already configured OCI plugins and add the credentails in Jenkins.
Different Ways to Create Refs in React
(Sumit Kharche) While writing React apps we are always following the component-based architecture but there might be a situation where you may have to manipulate or imperatively modify the DOM element.
SQL SERVER – SSMS Install Error 0x80070652 – Setup is Blocked Due to Another Install Currently running. Please Let the Other Install Complete and then Restart the Computer if Necessary
(Pinal Dave) While preparing for a demo for my client Comprehensive Database Performance Health Check, I was installing necessary applications on my laptop. In this blog, I would share my experience with SQL Server Management Studio SSMS install error – Setup is blocked due to another install curren
Important Health Checks for your MySQL Master-Slave Servers
In a MySQL master-slave high availability (HA) setup, it is important to continuously monitor the health of the master and slave servers so you can detect potential issues and take corrective actions.
Writing Azure Functions with Function Monkey: Validation
(Jason Roberts) Function Monkey is a framework to define Azure Functions in a fluent way as opposed to using binding attributes on function methods.
