Virtualizing AWS data by using Fabric Shortcuts: Data Engineering with Fabric
Learn how you can get data from AWS into Fabric in this article.
2024-10-30
1,095 reads
Learn how you can get data from AWS into Fabric in this article.
2024-10-30
1,095 reads
This next article looks at how a Logic App in Azure can start and stop various database services and save money.
2024-10-16
2,055 reads
Learn how updates and concurrency can work in Fabric with Delta Parquet data.
2024-10-02
1,305 reads
This next article examines the impact of transaction sizes on the performance of our Delta Parquet tables.
2024-09-11
2,104 reads
In this next installment, John performs the research you might do if your management asked you to examine Fabric.
2024-08-21
3,386 reads
In this next article, learn about the different file formats and which work well inside your Microsoft Fabric Lakehouse.
2024-08-07
2,984 reads
Learn how to manage files and folders in Microsoft Fabric with PowerShell.
2024-07-10
1,753 reads
In this new article, we examine how to work with OneLake storage.
2024-06-26
1,593 reads
Learn how to use the OneLake Explorer and Data Wrangler extension in VS Code to empower users to work with data in Microsoft Fabric.
2024-05-22
1,790 reads
This next article in the series creates objects at the gold layer for consumption by combining tables from the silver layer of the lake house.
2024-05-15
3,336 reads
By Rayis Imayev
"Dave: Open the pod bay doors, HAL.HAL: I’m sorry, Dave. I’m afraid I can’t...
By Steve Jones
Redgate acquired a data modeling tool from Vertabelo recently and I wanted to explore...
By Brian Kelley
The advantage of understanding the make-up of the exam: I can tailor my efforts...
Hi, I was using order by on a column with characters and saw something...
Comments posted to this topic are about the item SQL Server 2025 Build List
Comments posted to this topic are about the item Filtered Indexes: The Developer’s Secret...
I run this code to connect to SQL Server 2022 from the command line.
sqlcmd -S localhost -EAt the command line, I run these two commands:
SELECT ORIGINAL_DB_NAME() GOWhat is returned? See possible answers