Sometimes we need to take backups on an AG basis. Finding databases that are included in individual AG and getting their individual backups will …
Read More »DB2-Database Monitoring-2
Hello Everyone , I am back with next part of Database monitoring . You should read the first article of this series. “DB2-Database Monitoring-1” …
Read More »How To Define a Share and Map This Share To Windows
In this article We create a share on a server and then we map this share on a server. I selected MSSQL as Category. …
Read More »How To Connect To Oracle On Linux and Solution Of The Error:” error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory”
In this article, I will share the necessary steps to connect to Oracle through the linux operating system and the solutions to the problems …
Read More »Improve Your SQL Statements Easily
Let’s assume that the sql_id of the query that we will improve is “bjyanqt9q718f”. First of all, we run the following procedure and create …
Read More »Script To Gather Statistics On Table and Indexes On DB2
RUNSTATS utility perform statistics in DB2. Should be perform Weekly or Monthly basis. Following Script helps to gather statistics on all tables excluding XML …
Read More »DB2 Online DB backup Script
Following script is useful when you have multiple databases on single instance. When you need to provide your operation team to take backup of DB1 …
Read More »PostgreSQL – Insert on conflict(Upsert)
With PostgreSQL, it is very easy to manage the case “update if there is a record, if not, add”. In traditional methods, we first …
Read More »Readable Secondary On SQL Server Always On Availability Group
In Always On Availability Group Architecture, you can read from the Secondary Server. So how do you use it in your applications? In this …
Read More »Run Your Jobs With a Proxy Account
As you know, when you define SQL Server services through sql server configuration manager, they are automatically authorized with the minimum privileges they may …
Read More »