How to Connect an Oracle ADW with Power BI and Create Sales Dashboard
Oracle Autonomous Data Warehouse (ADW) is a fully managed and high-performance solution, turned and...
MySQL UPDATE: Top 5 Tips for T-SQL Developers
Are you adding MySQL to your list of database skillsets? Then MySQL UPDATE statement is one of the commands you need to learn. We are...
SQL DEFAULT Constraint to Insert Column with a Default Value to SQL Server Table
To insert data into a table having columns with default constraints, we can use the DEFAULT constraint to a default value in a table. This...
Centralized Data Modeling Using Power BI Templates
The centralized data modeling approach is really helpful in many practical scenarios. This article...
Implementing Error and Transactions Handling in SQL Server
Introduction No matter how hard we try to design and develop applications, errors will always occur. There are two general categories –...
Power BI Date Table Template Tutorial
What is the right way of using Date Templates in Power BI reports and dashboards? This article will clarify the question and help to...
How to Connect Python to SQL Server to Automate Backend Process
Automating backend processes in your SQL Server instance is a common task. Whether it is refreshing...
MS SQL Server on Linux vs Windows Performance Test to Spot the Difference
Since the release of SQL Server 2017 for Linux, Microsoft has pretty much changed the entire game. It enabled a whole new world of...
Install SQL Server 2019 Ubuntu Linux Server Step by step
After exploring the processes of building a virtual machine to install Ubuntu Linux 18.04 (refer to the step-by-step guideline about...
In memory Tables (OLTP) in Microsoft SQL Server Databases with Examples
What if 1 second of a transaction process is too long? You can tune your queries. But what if...