(Frederic Descamps) In the previous post, we setup a Drupal website with MySQL as backend on a different compute instance in a different subnet.
Community
How does SQL Server Management Studio get its data
(Greg Robidoux) Have you ever wondered where SQL Server Management Studio (SSMS) gets its information from and how you can retrieve the same data without using SSMS? Well it’s not a big secret. Most of the information that is displayed in the GUI is based on information gathered from queries, but w
Previews of .NET 5, Blazor WebAssembly 3.2 Arrive
(David Ramel) Microsoft shipped a slew of previews in advance of next month’s scheduled debut of Blazor WebAssembly 3.2 and the milestone .NET 5 release planned for November.
Creating a Cloud E-mail Service on Azure
The most popular and globally accepted e-mail service on Azure is SendGrid. It’s a Cloud-based e-mail service that provides reliable transactional e-mail delivery, scalability, and real-time analytics. Its flexible APIs make integration easy for developers.
Missing Sharing Tab in Windows Explorer and Sharing with PowerShell
(Rick Strahl) On several of my machines I’ve not been able to share a drive for some time. Oddly on other machines it’s working just fine, but on my main dev box I’ve for the longest time had issues sharing a drive.
How To Resize the Online Redo Log files
(Anuradha Mudgal) Today we are going to work on the steps used for Resize the online Redo Logfiles. Let’s follow the steps:- Single Instance:
OSWatcher as included in AHF 20.1.2 fails to start for single instance Oracle
(Martin Bach) I am about to update my posts detailing the use of Tracefile Analyzer (TFA) now that Oracle has merged it into its Autonomous Health Framework (AHF) and came across an interesting observation worth blogging about upfront.
What’s new with Oracle database 11.2.0.4.200114 versus 11.2.0.4.200414
(Frits Hoogland) This blogpost takes a look at the technical differences between Oracle database 11.2.0.4 PSU 200114 (january 2020) and 200414 (april 2020).
IBM Db2 Analytics Accelerator: Time to Upgrade?
(Craig S. Mullins) This post is about the IBM Db2 Analytics Accelerator, sometimes (and hereinafter) referred to as IDAA.
Server-Side Pagination Using ASP.NET Core and Angular 8 – Part Three
(Siddharth Gajbhiye) In the final installment of this three-part series, we discuss how to fetch, sort, and display records from our database more efficiently.