Today, we will discuss how you can define database-based authorizations for your user created on a database basis in PostgreSQL. Authorizations defined on a database …
Read More »Faruk Erdem
Authorization To Groups In SQL Server
In this article, I will provide a practical explanation of how to Authorization to Groups in SQL Server. SQL Server offers us more than one …
Read More »SQL Server Reporting Server 2017 Install And Configuration
In today’s article, we will be discussing how to Install and Configuration SQL Server Reporting Server 2017. First, we download from the link below. [crayon-678f846ece445032706806/] …
Read More »MSSQL Hash Partition
In this article, we will discuss the use of hash partitions to prevent slowdowns caused by large numbers of insert operations in SQL Server and …
Read More »PostgreSQL Cluster Authorization
In this article, we will learn how to authorize users created on a cluster based in PostgreSQL. When authorizing at the cluster level, if there …
Read More »Create A Linked Server To MySQL From SQL Server
In today’s article, we will learn how to Create a Linked Server from SQL Server to MySQL. We can use the linked server feature to …
Read More »PostgreSQL Duplicate Index Detection
In this article, we will discuss the detection and prevention of indexes created on the same columns in PostgreSQL. In this way, we can both …
Read More »Postgresql Create Index Where Condition
In this article, I will talk about how we can set conditions when creating an index in PostgreSQL. As everyone knows, when creating an index, …
Read More »PostgreSQL Execution Plan (Explain)
In today’s article, we will be talking about how to use the EXPLAIN concept and its types to understand and optimize SQL queries. In Database …
Read More »PostgreSQL Function Index
In today’s article, we will learn how to use functional indexes in PostgreSQL to obtain fast access to data based on the results of function …
Read More »