(David Ramel) “I think we can say that VB.NET finally made it to ASP.NET Core,” developer Mohammed Hamdy Ghanem told Visual Studio Magazine about his new open-source project.
Other News
MySQL Audit Logging — How to Avoid Data Overload
(Lee Stigile) In the last few months, our solution engineers have had many discussions with security and operation teams about how to implement MySQL auditing.
PART II: Database Transaction
Definition of Schedule A schedule is a process in which a single group of multiple parallel transactions is created and executed individually. You must maintain the order in which the instructions appear in each transaction. If two transactions are executed at the same time, the result of one transaction can influence the result of another transaction. Below is the example:...
Deploy BACPAC to Azure Managed Instance failing from SSMS?
(Daniel Janik) Recently I ran into an error when trying to copy a small database bacpac into an Azure Managed Instance. It’s said that SSMS is able to do this task. Let’s see it in action.
Fundamentals of table expressions, Part 1
(Itzik Ben-Gan) This article is the first in a series about the fundamentals of table expressions in T-SQL.
5 steps to perform a search when user stops typing using React + Hooks in a controlled component
(João Forja) It’s a common use-case to want to perform a search some time after the user stops typing.
How to put some COLOUR in your BASH or KSH prompt
(Damir Wilder) A recent incident where half of all tablespace containers were accidentally deleted by someone at a client’s site started me thinking: how can I be sure I am running a disruptive database command (such as DROP TABLE) on the right server, i.e. on a TEST and not on the live PRODUCTION?
Implementing an Affine/ST_Affine function for Oracle Spatial
(Simon Greener) Recently, I published three articles on the implementation of a Move/Translate, Rotate and Scale functions for Oracle Spatial.
Query Required RPM Using Text File
(mdinh) There’s request to install 11.2.0.4 database software for RHEL7.
Configure Chef Knife Plugin in OCI
(Skant Gupta) Chef is a configuration management tool for dealing with machine setup on physical servers, virtual machines and in the cloud. Chef Infra is a powerful automation platform that transforms infrastructure into code.