In today’s article, we will be discussing the Intersect command, which allows us to see the common data present in both tables. It will be …
Read More »Oracle Flashback Technologies
In today’s article, I will be giving you information about Oracle Flashback Technologies. In case of Logical Corruptions, it directly resolves corrupted data rather than …
Read More »Differences Between Azure SQL Server And On-Prem SQL Server?
In today’s article, we will explain what the differences are between Azure SQL Server and On-Prem SQL Server. Azure SQL Server is a Paas product …
Read More »PostgreSQL String Functions
In today’s article, we will discuss the most used textual functions for String operations in PostgreSQL. ASCII(): Returns numeric value of left-most character [crayon-67406fd11268c399436764/] BIT_LENGTH(): …
Read More »Oracle Database Storage Structures
In today’s article, we will be learning the storage structure of Oracle Database. Oracle Database storage structure consists of two structures: physical and logical. The …
Read More »PostgreSQL Date Functions
In today’s article, we will be learning the most commonly used PostgreSQL date functions that allow you to effectively change date and time values. AGE():It …
Read More »How To Send Telegram Messages From SQL Server
In today’s article, I will be explaining how to send the notifications we obtain while managing SQL Server to Telegram. First of all, of course, …
Read More »How To Check Password Policy In PostgreSQL
In today’s article, we will learn how to determine your password policy in the parameters determined by Postgresqlcheck on Postgresql13. When accessing the database, we …
Read More »Database Writer Process
In today’s article, I will explain the concept of the Database Writer Process, which retrieves data blocks modified by Insert, Update, or Delete operations from …
Read More »SQL Server Monitoring With Influxdb And Grafana
In our article today, we will be discussing how we can monitor SQL Server using open source systems (Influxdb and Grafana). First of all, let’s …
Read More »