Using Virtual Network Data Gateways to Secure Access to Azure ...
Power BI and Azure are two related services, but with a considerable independence between them. Power BI […]
Power BI and Azure are two related services, but with a considerable independence between them. Power BI […]
Sometimes when working with very large sets of data, you may not want to return all of […]
The SELECT statement is used to retrieve information from a database. Following the execution of a SELECT […]
Configuration parameters are the most mythical creatures in the world of PostgreSQL. Ordinary PostgreSQL users often do […]
I recently wrote about a way to generate visual, interactive calendars in HTML by combining a calendar […]
When I was a DBA involved with the management of a large number of database servers, I […]
The basic differences between Synapse Serverless and the Dedicated pool are obvious: While the serverless doesn’t store […]
When you are writing T-SQL scripts to save away, for example one to create a new database, […]
Applications of all types commonly access MySQL to retrieve, add, update, or delete data. The applications might […]
Pre-Unicode Younger programmers have grown up with ASCII and Unicode as the only ways of representing character […]
I’ve been at this for a while now, and have a very particular set of rules and […]
In the first security article, PostgreSQL Basics: Roles and Privileges, I discussed how roles (users and groups) […]
The five-part series is designed to jump-start any IT professional’s journey in the fascinating world of Data […]
Over the past 25 years, I have answered a lot of programming questions in online forums, from […]
The tools classified as “Realtime Backend / API“, or tools that can rapidly process an API call […]
This article is part of Greg Larsen’s continuing series on Learning T-SQL. To see all 9 items […]
PostgreSQL supports constraints much like any other database management system. When you need to ensure certain behaviors […]
I wrote about Managed Identity Secrets a few weeks ago, but since that article was published I […]
Authentication Authorization Verify that the user is who they claim to be. This can be through password, […]
This article is part of Greg Larsen’s continuing series on Learning T-SQL. To see all 8 items […]
CETAS is the acronym for Create External Table As Select. This allow us to export the result […]
As with any other relational data management system (RDBMS), PostgreSQL uses indexes as a mechanism to improve […]
This article is part of Robert Sheldon’s continuing series on Learning MySQL. To see all 10 items […]
Fish are beautiful creatures, but they have one minor issue. The main thing I remember from the […]
Let’s talk about authentication between Azure Functions and resources used by Azure Functions and conclude with many […]
Auto-Create statistics is a well-known feature critical for the database performance. When one statistic is auto created, […]
It is almost New Year’s Day, that time when the optimistic at heart start thinking about making […]
I wrote an article about Power BI Datamarts which was released together the feature, on the exact […]
“A Backup as Revolutionary as You Are.” Ever heard that phrase before? If you did, you’re no […]
The Good In the late 1990s, one of the world’s most popular technologies was waning. COBOL. Relational […]
How you used to do it For example, say you want to find all the read-write database […]
MySQL Enterprise Backup is a known tool for everyone inside of the world of MySQL, no matter […]
Part of Robert Sheldon’s continuing series on Learning MySQL. The series so far: Getting started with MySQL […]
According to research made by Statista in 2022, the amount of data that is being worked with […]
Backend projects create projects to execute code on a centralized server and then communicate results with a […]
There are many tools we can use to back up our MySQL databases. Some are well-known and […]
If only the entire world used UTC, wouldn’t life be so much easier? We can dream, can’t […]
SQL Server 2022 is finally GA and one of the features I was most expecting is finally […]
In the MySQL world, there are a couple of ways to take backups of your data. Backups […]
There’s no doubt about it – if you’ve ever heard of Percona, you’ve heard of XtraBackup as […]
Preparing your MySQL environment As with the previous few articles, I used the same database and tables […]
MySQL is a very interesting beast to deal with – both junior developers and expert database administrators […]
Greg Larsen’s series on Learning T-SQL so far: The basic T-SQL Select Statement Ordering a result set […]
Object Relational Mapping is a database abstraction technique that aids developers in manipulating and interacting with SQL […]
Note: Edited to add more sessions… So many The PASS Data Community Summit is coming up in […]
The PASS Data Community Summit is coming up in less than three weeks, so it is time […]
Entry in Robert Sheldon’s series on Learning MySQL. The series so far: Getting started with MySQL Working […]
Jonathan Lewis’ continuing series on the Oracle optimizer and how it transforms queries into execution plans: Transformations […]