SQL Stuff Function

Database development, Statements

The main idea around the SQL Server function called STUFF is concatenating multiple columns into a...
Read More

A Simple Use Case for Indexes on Primary Keys

Database administration, Database development, Indexes, Performance Tuning, SQL Server • 3 Comments

Introduction Recently we encountered an interesting performance problem on one of our SQL Server databases that process transactions at a...
Read More

Customer Segmentation with Data Flow in Oracle Analytics

Business intelligence, Oracle BI

Customer Segmentation Analysis is a popular business issue, especially in Retail domain, where companies need to discover the data and...
Read More

An Overview of Analytic Functions in PostgreSQL

Languages & Coding, PostgreSQL

Analytic functions are special kinds of pre-built functions that come with PostgreSQL by default....
Read More

Hash What? Understanding Hash Indexes

Database development, Indexes

Hash indexes are an integral part of databases. If you’ve ever used a database, chances are that you have seen them in action without...
Read More

T-SQL Scripts to Monitor your Resource Pool Stats

Languages & Coding, T-SQL

Imagine you have a business-critical MS SQL Server serving requests for both OLTP and some batch processing tasks, as data gets pulled by...
Read More

Import JSON Data with SQL Developer Web into Autonomous Database

JSON, Languages & Coding

Twitter Activity provides loads of information for analysis. You can learn your target audience...
Read More

How to Find SQL Server Instance Name and More with Stored Procedures

Database development, Stored Procedures

SQL Server instances serve as the backbone of a business model, housing databases that contain vital data for backend operations or...
Read More

Execute Dynamic Query in SQL Server

Database development, Statements, Stored Procedures

Dynamic SQL is a statement constructed and executed at runtime, usually containing dynamically generated SQL string parts, input...
Read More

Connecting a Bastion Server to a PostgreSQL Server via SSH Tunnel

Database administration, PostgreSQL, Security

PostgreSQL is a well-known relational database management system that boasts a secure environment...
Read More
Close