(Alexander Rubin) Working on a test case with sysbench, I encountered this:
Community
rman backup script
(Mohamed Azar) RMAN Backup script :
Using JShell with NetBeans
(Deepak Vohra) Java Shell (or JShell) is a new tool introduced in Java 9 for running standalone code snippets.
Moving your ASP.NET applications to the Microsoft Cloud
(Mike Finley) There are a few key scenarios that you will want to consider as you plan your migration strategy.
SQL SERVER – How to Write Correlated Subquery?
(Pinal Dave) This is a follow-up blog post to my earlier blog post written about SQL SERVER – Writing Your First Subquery From a Single Table.
MySQL on Docker: Multiple Delayed Replication Slaves for Disaster Recovery with Low RTO
(Ashraf Sharif) Delayed replication allows a replication slave to deliberately lag behind the master by at least a specified amount of time.
Startup your ORDS container after your Oracle DB container is ready
(Roel Hartman) If you are using multiple containers to set up your Oracle Development (or Test or Production) environment – as I described here – you probably ran into the issue that your ORDS container was started before the Database was started up.
Controlling the firewall for an Azure SQL DB via T-SQL
(Kenneth Fisher) The other day I took a Microsoft Learn course about securing Azure SQL DB. It was really enjoyable and I learned quite a bit, but one of the things that really stood out was the fact that you can control the firewall via T-SQL.
Difference between ORIGINAL_LOGIN() and CURRENT_USER
(Jack Vamvas) ORIGINAL_LOGIN() and CURRENT_USER are useful functions in SQL Server , used to report on identities within SQL Server sessions.
Deploying ASP.NET Core App using Docker
(Rahul Sahay) In this segment, we will discuss containers. Containerization is another innovation that numerous ASP.NET engineers may not yet have a great deal of involvement with. Docker is the most well known containerization tool today.
