Use Polybase to consume Oracle data from SQL Server on Linux 2019
Learn how to set up Polybase in containers to access an Oracle database.
2020-01-09
5,085 reads
Learn how to set up Polybase in containers to access an Oracle database.
2020-01-09
5,085 reads
Kubernetes is a technology Steve thinks will be important in the future and knowing a bit more about it can be important for your career.
2019-10-23
261 reads
2019-10-18
523 reads
2019-08-05
674 reads
In this article, see one of the ways in which a container can be created and used for in SSRS as the source for reports.
2019-07-30
3,513 reads
2019-07-29
954 reads
2019-07-22
754 reads
Steve doesn't think Windows containers are the future for the data platform.
2019-07-19
499 reads
In this next level of the Stairway to Database Containers learn how to customer a container and save the changes to a new image.
2024-07-28 (first published: 2019-07-18)
2,601 reads
2019-07-15
1,038 reads
In this step-by-step tutorial, learn how to run MySQL, PostgreSQL, MongoDB, and other stateful...
By Steve Jones
The 11th episode is now live, recorded a few weeks ago at the PASS...
By Steve Jones
mornden – n. the self-container pajama universe shared by two people on a long...
Hi everyone My SSIS package does a bulk insert of csv files into a...
Dipping my toes into the waters of Azure and of course before I get...
Comments posted to this topic are about the item Announcing SQL Server 2025
Can you run this code in any of your SQL Server 2019 databases without error?
CREATE OR ALTER PROCEDURE [dbo].[StevesAmazingProc] AS SELECT Consumer_ID , Trend_Category , Bit_Trace FROM NewWorldDB.dbo.MarketTrend; GOSee possible answers