In today’s article, we will explain how to change the OWNER when creating a database and after it has been created in PostgreSQL. PostgreSQL provides …
Read More »Faruk Erdem
PostgreSQL Role Authentication Methods
In today’s article, we will explain the PostgreSQL role authentication methods, including trust, md5, sha256, and ident on pg_hba.conf. Authentication in PostgreSQL involves the use …
Read More »Msdb Database Growth Detection
In today’s article, we will explain how to identify the growth of the “msdb” system database, which is one of the system databases in SQL …
Read More »Define And Get Privileges To Specific Tables In Postgresql Database
In today’s article, we will learn how to define and get privileges such as Select, Insert, Update and Delete to specific tables in a Postgresql …
Read More »SQL Server Statistics Update
In today’s article, we will be discussing the importance of seeing when SQL Server Statistics were last updated for the system. Statistics have a significant …
Read More »How To See Active Connections In SQL Server
In SQL Server, we may sometimes need to check which machine has established a connection and how many connections are being made. In today’s article, …
Read More »Retrieve Data From MongoDB With PolyBase
In today’s article, we will cover retrieving data from MongoDB with PolyBase; PolyBase allows us to retrieve data from multiple sources and combine them into …
Read More »Data Transfer From PostgreSQL To SQL Server With PolyBase
In this article, we will see how to query a table in PostgreSQL by defining it as an external table in SQL Server. First, we …
Read More »What Is PolyBase In SQL Server
In today’s article, we will be talking about What is Polybase? and how we can extract data from SQL to SQL with Polybase. Polybase is …
Read More »SQL Server Usage Memory
In today’s article, you can use the script below to see questions such as how much RAM is used in SQL Server? How much of …
Read More »