Stored Procedure to Delete Duplicate Records in SQL Table

Database development, Stored Procedures, Tables

Sometimes during our run as DBAs, we come up across at least one table that is loaded with...
Read More

SQL VARCHAR Data Type Do’s and Don’ts for Faster Databases

Database administration, Work with data

This post has “strings attached: for a good reason. We are going to explore deep into SQL VARCHAR, the data type that deals with...
Read More

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 someone to take over your database. Plus,...
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...
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 copy or distribute data across multiple...
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...
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 Servers. The current article will focus...
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...
Read More
Close