10 SP_EXECUTESQL Gotchas to Avoid for Better Dynamic SQL

SQL Server • One Comment

Do you know how powerful a tool like dynamic SQL can be? Use it the wrong way, and you can allow...
Read More

Troubleshooting SQL Server Transactional Replication Issues

Database administration, Transaction Log, Troubleshooting Issues

SQL Server Transactional Replication is one of the most common Replication techniques used to copy or distribute data across multiple...
Read More

Query JSON Data with SQL/JSON Functions & Autonomous Database

JSON, Languages & Coding

In the previous article, we worked on the Twitter Activity dataset in JSON format with the SQL Developer Web tool in Autonomous Database....
Read More

SQL Server Transactional Replication Configuration

Database administration, SQL Server, Transaction Log

Transactional Replication in SQL Server is one of the most commonly used Replication techniques to...
Read More

What is a Materialized View and Why Should you Use It?

Database development, Views • One Comment

As data volumes continue to increase, more developers look towards materialized views to process queries. This approach has a lot of...
Read More

Create an Upload & Download Application with Oracle Application Express (APEX) and Autonomous Database

Code Management, Tools & technologies

Oracle APEX (Oracle Application Express) is a web-based software development system that runs on an Oracle Database. It comes as standard...
Read More

Configure SQL Server Always ON Availability Groups between Two Synchronous Replicas. Part 2

Availability Groups, Database administration

We already covered some theory about configuring Always ON Availability Groups for Linux-based SQL...
Read More

Understanding Always ON Availability Group between Linux-Based SQL Server Instances. Part 1

Availability Groups, Database administration

SQL Server Always ON Availability Group is a solution meant to achieve high availability and disaster recovery for SQL Server databases. We...
Read More

How to Write Complex Queries in SQL

Database development, Statements

Typical queries in the SELECT * FROM table format are sometimes not enough. When the data for a query is not in one table, but in several,...
Read More

How to Install SQL Server Tools on Ubuntu 18.04 Linux System – Step by Step

Tools & technologies

In the previous articles, we covered sequential steps necessary to build a virtual machine, install...
Read More
Close