Perform Data Filtering in Oracle Link to SQL Server
Learn how to perform data filtering in Oracle Linux using a database link to SQL Server
2020-04-13
2,413 reads
Learn how to perform data filtering in Oracle Linux using a database link to SQL Server
2020-04-13
2,413 reads
Steve Jones highlights the importance he sees for data professionals in the containerization of software.
2020-03-11
292 reads
Learn how to set up Polybase in containers to access an Oracle database.
2020-01-09
5,183 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
268 reads
2019-10-18
532 reads
2019-08-05
691 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,562 reads
2019-07-29
967 reads
2019-07-22
767 reads
Steve doesn't think Windows containers are the future for the data platform.
2019-07-19
511 reads
By John
Recently, the world was reminded of just how fragile the internet can be. Two...
By Brian Kelley
In Parts 1-3, I covered how I prepare for a certification exam. In this...
By Steve Jones
I was chatting with the product managers at Flyway and one asked me whether...
I have a view where I am casting a datetimeoffset(7) field to smalldatetime or...
hi for the 2 years i've been here I believe we've had "encryption" turned...
Hi I have an overnight process that moves allot of claims records Been working...
In SQL Server 2025, what does this return?
DECLARE @player varchar(20) = 'Bo Nix', @num VARCHAR = '10' SELECT @player || @numSee possible answers