Manage OneLake Storage With PowerShell - Data Engineering with Fabric
Learn how to manage files and folders in Microsoft Fabric with PowerShell.
2024-07-10
1,121 reads
Learn how to manage files and folders in Microsoft Fabric with PowerShell.
2024-07-10
1,121 reads
Microsoft Fabric is a new centralized, AI-powered cloud data platform hosted by Microsoft. It combines several services of the existing Azure Data Platform – such as Azure Data Factory – with Power BI, while also introducing new services.
2024-07-05
In this first level of the Stairway to Synapse Analytics, we learn how to set up a new workspace and add data files.
2024-10-24 (first published: 2024-07-03)
598 reads
In this new article, we examine how to work with OneLake storage.
2024-06-26
1,020 reads
This stairway series is designed to teach you about the Azure Synapse Analytics cloud service.
2024-10-24 (first published: 2024-06-19)
206 reads
This article shows how to configure database mirroring from CosmosDB to Microsoft Fabric.
2024-06-10
905 reads
Over the past years, “traditional” ETL development has morphed into data engineering, which has a more disciplined software engineering approach. One of the benefits of having a more code-based approach in data pipelines is that it has become easier to build metadata driven pipelines.
2024-05-24
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,570 reads
In this article, we look at how to read data stored in a lake database using Azure Synapse Analytics to help reduce overall Azure costs.
2024-05-13
This article explains metadata driven pipelines and shows an example in Microsoft Fabric.
2024-05-01
3,306 reads
By Steve Jones
It’s been an amazing week here, as well as a long week. I’m tired,...
By Steve Jones
skidding – v. intr. the practice of making offhand comments that sound sarcastic but...
By Brian Kelley
Let’s start with the keynote. The biggest take away was how having to support...
Comments posted to this topic are about the item Step by step guide to...
Comments posted to this topic are about the item Backing up the Database Encryption...
Comments posted to this topic are about the item Technology Fears
In my SQL Server 2022 database, I run this:
USE Sales; GO CREATE DATABASE ENCRYPTION KEY WITH ALGORITHM = AES_256 ENCRYPTION BY SERVER CERTIFICATE MyServerCert; GOThis works, but I want to prepare for the future and potential issues. How do I back up my DEK? See possible answers