Tag: dataverse
-
Power Platform Tidbits 11: Load large tables /views from SQL Server to Power Platform
There are several ways of loading (or migrating) data to Power Platform. I have blogged about it in length before. Today I’m going to show how you can easily and reliably load large amount of data from Microsoft SQL Server to Power Platform. We are going to use the most famous PowerShell among SQL Server…
-
Power Platform Tidbits 9: Truncate a table in Dataverse with one command
Power Platform Tidbits 9: Truncate a table in Dataverse with just one PowerShell command
-
Power Platform Tidbits #6 – Plugins in single-project vs multi-project
Plugins has been and are an integral extension point in Dynamics and now Dataverse. They allow you to put logic close to the data. Logic that can be invoked at different stages of execution of an action (aka message). When the number of plugins grows, you might be willing to separate them into different projects…