Cloud Database Growth
The use of cloud databases is growing, and Azure SQL Database is one of the more popular ones.
2021-05-05
272 reads
The use of cloud databases is growing, and Azure SQL Database is one of the more popular ones.
2021-05-05
272 reads
A company decides to move to the cloud and outsource database administration.
2021-04-27
106 reads
create a sql server polybase scale out group in azure for free
2021-06-23 (first published: 2021-04-12)
1,762 reads
Is it better to ask forgiveness than permission? Some people take that approach to maintenance windows, but that isn't permissible in the cloud.
2021-04-05
154 reads
Introduction I recently passed the Google Cloud Professional Data Engineer certification exam, Professional Data Engineer Certification. It took me about five month to prepare for this, and I would like to share my thoughts of why I decided to take it on and how I prepared for it. At the moment, Google cloud (GCP) is […]
2021-03-15
9,653 reads
2021-03-08
1,486 reads
2020-11-20
124 reads
2020-11-03
123 reads
IBM is breaking up and Steve thinks back about the evolution of the company and where they might go from here.
2020-10-27
105 reads
Can you run a system better than cloud vendors? You should know and be able to prove it.
2020-07-13
136 reads
By Steve Jones
I had been meaning to post this, so as I finished a piece that...
By Steve Jones
fardle-din – n. a long-overdue argument that shakes up a relationship, burning wildly through...
The post Lukáš Karlovský: I got the green light from management and built Fabric...
Is it more efficient to search on an int than a nullable DateTime? I...
Okay I can easily see how to update a table field after an Insert...
Comments posted to this topic are about the item The Pervasive Nature of Open...
What is wrong (if anything) with this code?
SELECT * FROM Sales.SalesOrderHeader AS soh WHERE customerid IN (SELECT soh.CustomerID FROM Sales.Customer AS C WHERE soh.CurrencyRateID = 1 ORDER BY c.ModifiedDate)See possible answers