Resources  
  • Activate & Deactivate Account Record in Dynamic 365 with PowerShell Mar 28, 2024. InteractiveMode prompts user for login in Dynamics CRM, storing connection in $conn. BypassPluginExecution set to true avoids plugin execution.Set-CrmRecordState modifies record state in CRM using specified entity, ID, and state/status codes.
  • Optimizing Dynamics 365: Thread Jobs for Multiple Record Updates Mar 27, 2024. In this article, we will learn how to utilize Thread Jobs for Updating Multiple Records in Dynamics 365 using PowerShell Script. Retrieving all Contact Records and Updating First and Last Names using Threads.
  • Class vs. Record vs. Struct in C#Mar 26, 2024. Understanding the distinctions among classes, records, and structs is vital in C# development. Classes encapsulate data and behavior, records offer immutable data modeling, while structs are lightweight value types. Examples illustrate their usage.
  • Deletion of Record using Power Shell Script with FetchXML Query in D365Mar 23, 2024. Deletion of Contact Record using Power Shell Script with FetchXML Query in D365
  • Update a Contact record in Dynamics 365 (D365) using PowerShellMar 21, 2024. Update a Contact record in Dynamics 365 (D365) using PowerShell involves modifying existing contact information within the D365 environment programmatically. This process utilizes PowerShell scripting to interact with the Dynamics 365 API.
  • Creating Contact Record in Dynamics 365 with PowerShell AttributesMar 20, 2024. Learn to efficiently create Contact records in Dynamics 365 using PowerShell, covering all attribute types. Utilize Microsoft.Xrm.Data.PowerShell module for seamless CRMOnline connection and managing various data types like lookup, option set, money, boolean, and date.
  • Domain-Driven Design with Records in C#Mar 19, 2024. C# 9.0 introduces Records, aligning with Domain-Driven Design (DDD) principles, especially in modeling value objects. This article explores leveraging Records in DDD with illustrative examples for enhanced domain modeling.
  • Alert on Saving Email Attachment to Blob Storage AccountMar 17, 2024. How to notify when Saving specific Email attachments to blob storage accounts using Azure Logic App to the user. Azure Logic App automates workflows, notifying users when specific email attachments are saved to Blob Storage, simplifying business processes seamlessly.
  • Creating Contact Record in D365 with PowerShell Script & Image AttributeMar 15, 2024. Learn to automate Dynamics 365 contact record creation via PowerShell. This script includes adding image attributes, streamlining CRM data management. Utilize Microsoft's Xrm.Data.PowerShell module for efficient and seamless integration, enhancing your CRM automation capabilities.
  • PowerApps Canvas Patch Upsert Dynamics 365 RecordsMar 15, 2024. Build a PowerApps Canvas app to efficiently manage Dynamics 365 records with Patch and Upsert operations. Seamlessly integrate and synchronize data, enabling customizations and streamlined record management within your Dynamics 365 environment.
  • Save specific Email to Excel File using Azure Logic App Mar 12, 2024. Azure Logic Apps is a cloud-based service that streamlines business processes. This guide details how to automate moving specific emails to Excel in OneDrive seamlessly using Azure Logic App workflows.
  • Save Email Attachment to Blob Storage using Azure Logic AppMar 11, 2024. In this article, we are going to learn about how to Save specific Email attachment to blob storage using Azure Logic App
  • Trigger a Journey when a record is updated using Plugin C# CodeMar 08, 2024. To trigger a journey when a record is updated using C# plugin code.
  • A simplified approach to serializing and deserializing objects in C# 10Mar 04, 2024. This comprehensive guide teaches how to streamline data interchange processes efficiently using C# 10 Records. Authored by Ziggy Rafiq.
  • Automated Solution Export and Backup PipelineMar 01, 2024. Automated Solution Export and Backup Pipeline ensures seamless data management, integrating continuous integration, version control, and robust backup protocols. It safeguards data integrity, enhances security, and facilitates disaster recovery.
  • Create Auto-Numbering in Microsoft Dynamics 365 EntitiesFeb 29, 2024. Automate entity numbering effortlessly in Microsoft Dynamics 365 with no code required. Utilize system settings, business rules, and workflow automation to generate unique serial numbers for records, enhancing data management and streamlining processes.
  • Usage of Classes, Structs, and Records in C#Feb 26, 2024. In the world of C# programming, choosing the right data structure can significantly impact the efficiency and readability of your code. In this article, we'll delve into the nuances of each construct and explore when to use them in your C# projects.
  • An in-depth look at C# 10 and performance improvementsFeb 24, 2024. Get a comprehensive analysis of Ziggy Rafiq's latest C# 10 enhancements and how they affect application performance. Discover how function pointers simplify method invocation, records enhance memory efficiency, and pattern-matching optimisations speed up execution. Discover how to use C# 10 features to optimise performance and user experience for your projects by exploring code examples illustrating these improvements.
  • Azure Key Vault Creation, RBAC Setup, User Addition, Secret ManagementFeb 21, 2024. Azure Key Vault empowers secure storage of secrets, keys, and certificates. Implement RBAC for fine-grained access control, manage users, and grant permissions. Easily create backup, delete, and restore secrets, ensuring robust security and compliance with Azure's comprehensive toolset.
  • Trigger Creation: Set Action on Customer Record Create/UpdateFeb 21, 2024. Learn to automate database actions by creating triggers. Choose the trigger name and action type. Execute actions when customer records are created or updated. Enhance database functionality and efficiency with automated processes.
  • Installing and Configuring XAMPP on Windows 11Feb 20, 2024. This article provides a comprehensive guide on installing XAMPP, the popular PHP development environment, on Windows 10/11. XAMPP includes Apache, MySQL, PHP, and Perl, making it a convenient solution for local development.
  • Establish a Routing Rule for Customer Service Entity RecordsFeb 20, 2024. Routing rules in Customer Service streamline the process of directing cases to appropriate agents or queues automatically, eliminating the need for manual intervention. These rules also facilitate the routing of escalated cases to specific queues.
  • D365 Data Retrieval: FetchXml, Paging Cookies, and PowerShellFeb 20, 2024. Prepare your PowerShell environment for Dynamics 365 with crucial commands: Install Microsoft.Xrm.Data.PowerShell module for interacting with Dynamics 365 data. Set execution policy to RemoteSigned for internet script execution.
  • How to Generate a Popup Message Box in Power AppsFeb 16, 2024. This article guides us through implementing a popup message box in Power Apps for deleting gallery items. A standard gallery with a delete button is used. Clicking it triggers a confirmation alert. 'Delete' removes the item, 'Cancel' dismisses.
  • Enable Audit History for an Entity in CRMFeb 15, 2024. Enable audit history in CRM to track entity changes. Enhance data security, compliance, and integrity by monitoring modifications. Configure settings to log and report on user actions for improved governance.
  • How to Backup/Restore MongoDB Database and CollectionsFeb 11, 2024. Backing up and restoring a MongoDB database and collection with command definition explanation and example as well.
  • Duplicate Detection within Dynamics 365 using PowerAppsFeb 09, 2024. Duplicate detection within Dynamics 365 using PowerApps ensures data integrity by identifying and managing duplicate records. Leverage PowerApps' capabilities to validate and match records, establish entity relationships, and automate processes.
  • Backup Sitecore Media Library items with a PowerShell scriptFeb 08, 2024. Sitecore PowerShell script to backup Media Library items in a zip file. This Sitecore PowerShell script automates the backup of Media Library items into a zip file on the server. The script efficiently handles media items, providing a seamless solution for backup tasks.
  • Create New Records in Account Entity using PowerShell Script in D365Feb 06, 2024. Install the PowerShell module, set the execution policy to RemoteSigned, configure TLS 1.2, connect to Dynamics 365 CRM using the provided credentials, and create new records in the Account entity.
  • Get Items Action Fetching Few Records from SharePoint OnlineFeb 05, 2024. Using 'Get Items' in Power Automate for SharePoint Online, issues arise, fetching only a subset due to default limitations. A Boolean column, 'SurveyCompleted,' compounds the problem by introducing null values for existing records.
  • SQL Joins for Efficient Database QueriesFeb 05, 2024. Explore SQL joins, including inner, natural, left outer, right outer, full outer, and cross joins. Learn their usage, syntax, and differences to master relational database querying for effective data retrieval.
  • Listing Unique Records Within an Array in Azure Data FactoryFeb 02, 2024. Utilize Azure Data Factory to remove duplicates within an array by employing the "union()" function. This solution involves the Set Variable activity to obtain a unique list from the array.
  • Full-Stack Web Development in ASP.NET Core 8 MVCJan 30, 2024. Full-stack web development refers to the practice of designing, developing, and deploying both the client-side (front-end) and server-side (back-end) components of a web application. In this, developers handle everything from user interface design and interaction to database management and server configuration.
  • Record and Pattern Matching in C# 9Jan 30, 2024. Unlock the elegance of C# 9 with this article on Records and Pattern Matching. Learn how to craft concise and readable code using the simplicity of Records for immutable data structures and the enhanced control flow of Pattern Matching. Elevate your coding efficiency and clarity with these powerful features.
  • PowerApps Save as CSV from Export to ExcelJan 29, 2024. In this article, we will learn how to export a report in CSV format using PowerApps and Power Automate. Create a SharePoint list, connect data sources, and build a flow to export data to a CSV file.
  • PowerApps Save as CSV or Generate Report from CSV/ExcelJan 24, 2024. I often come across where the business wants to have a report in excel format. But the question is could we save as csv using PowerApps. Then with the help of Power Automate we can. There is a lot of requirements which could be achieved in PowerApps with the help of Power Automate.
  • Learn How to Use C# 12 in .NET Framework 4.7.2/4.8 SolutionsJan 16, 2024. Unlock the capabilities of C# 12 in .NET Framework 4.7.2 to 4.8.1 with Visual Studio 2022. Learn the upgrade process, and explore features like literals, nullable types, records, and array expressions. Stay cutting-edge!
  • Building a Secure PHP MySQL Signup/Login Website with Email VerificationJan 15, 2024. Creating a secure signup/login system is essential for any web application that involves user authentication. In this article, I'll guide you through building a PHP MySQL login/signup website with email verification. I'll focus on security best practices, including password encryption using PHP's built-in functions.
  • Deleting Duplicate Records Using CTEJan 09, 2024. In this article we will understand how to delete duplicate rows and records from table using Common Table Expression (CTE) in SQL Server.
  • PowerApps Cascading Creating Dropdown and save into ListJan 08, 2024. Learn to create cascading dropdowns in PowerApps for efficient form usage. This guide details the process, including configuring dropdown controls and implementing cascading lookup logic for better data management.
  • Side Pane with Entity Form in Dynamics 365Jan 04, 2024. In Dynamics 365, the "Side Pane" typically refers to a section or area within an entity form where related or additional information is displayed. This section might contain related records, quick views, I frames, or web resources.
  • MySQL: Unveiling its Versatility and Robustness for Diverse Use CasesDec 20, 2023. Explore MySQL's diverse use cases in web applications, e-commerce, CMS, data warehousing, telecommunications, and finance. Dive into its key features, architecture, and crucial queries for efficient database management.
  • Schemas in PostgreSQLDec 20, 2023. Understanding Schemas in PostgreSQL. Explore the power of PostgreSQL's schemas—logical groupings of database objects. Learn how to create, manage, and leverage schemas for effective data organization, security, and improved database design.
  • How to Add a Popup for DELETE a Record in Power AppsDec 15, 2023. This step-by-step guide walks you through configuring a canvas app in Power Apps. Learn how to create screens, galleries, and dialogs while implementing functionality like deletion and user access management.
  • CrateDB: Powering the Internet of ThingsDec 11, 2023. CrateDB, an open-source distributed SQL database, is spotlighted for its efficacy in handling IoT complexities. This article explores use cases, including time-series data, analytics, and scalability, and demonstrates CrateDB integration through code snippets.
  • Manually Install MySQL on Windows Without MySQL InstallerNov 27, 2023. The article details manual installation steps for MySQL on Windows, emphasizing configuration options via option files, service installation methods, and password management, offering insights into customizing and managing MySQL instances beyond the ease of a wizard-based installer.
  • How to Backup Google Classroom Data - Verified StepsNov 23, 2023. Trying to backup Google Classroom data? Read this blog and get an sure-shot solution to backup Google Classroom data instantly.
  • Fabric Data Warehouse: Save as Table and Analyze Result FunctionalitiesNov 20, 2023. In this article, we'll delve into the Microsoft Fabric Data Warehouse features: Save as Table and Analyze Result. These functionalities offer users and analysts several advantages in terms of data management and visualization.
  • Basic Authentication with ASP.Net Core Web API Using MySQL ServerNov 15, 2023. This article provides a comprehensive guide for implementing Basic HTTP authentication in a .NET 3.1 API with C#. The step-by-step instructions, code snippets, and explanations seem well-organized.
  • Automatically Settings Class for Saving and LoadingNov 12, 2023. Simple generic and class to save and load settings to and from a json file. Your implementation of the MySettings class is a neat and effective way to handle saving and loading settings in a Windows Forms application. It encapsulates the complexities of dealing with different control types and provides a clean interface for usage.
  • Generate Free DMARC Record and Save Instructions in a PDF using Python Nov 07, 2023. Domain-based Message Authentication, Reporting, and Conformance (DMARC) is a standard for email authentication and reporting. DMARC helps organizations protect their email domains from being used for phishing and spoofing attacks. It allows senders to specify how mail servers should handle unauthenticated emails and provides a way to receive reports about email delivery and failures.
  • Building a Web API with C# Records for DTOsNov 06, 2023. This blog article explores the use of C# records for Data Transfer Objects (DTOs) in ASP.NET Core Web API development. It offers insights into the benefits and practical application of C# records, using a UserController example to showcase how these immutable structures enhance data transfer operations in web APIs.
  • Writing a Simple C# Files Backup Solution for File ServerNov 04, 2023. An insight and an introduction of building a simple C# files backup program
  • Java 21: New Features and ExamplesNov 02, 2023. Java 21 is a major release that includes a number of new features and improvements that make Java more concise, expressive, safe, and performant. Some of the most significant new features include record classes, sealed classes, pattern matching for instanceof, virtual threads, and sequenced collections.In short, Java 21 is a must-have update for any Java developer. It includes a number of new features that can help you to write better code, faster.
  • C# Records and DTO ClassesOct 30, 2023.
  • Recover Deleted Table Data "without Backup" in SQL ServerOct 27, 2023. This article will discuss Recover Deleted Table Data "without Backup" in SQL Server.
  • How To Save Verbose() To A Variable in LangChain?Oct 26, 2023. I encountered an issue when using a LangChain agent, as I could only access the final output. However, the problem was solved by initializing the agent with 'return_intermediate_steps=True'. This enhancement allows detailed step-by-step output.
  • Easily Record An Audio In Angular 16 And Save It As WAV Format Oct 22, 2023. In this post, we will see how to record an audio in Angular 16 from microphone and save it as WAV format.
  • How to Create Table & Insert Records in Microsoft Fabric Data Warehouse SQL EndpointOct 16, 2023. This article covers how to create table and insert records in the Microsoft Fabric Data Warehouse SQL Endpoint
  • Cleansing Files of Duplicate records via Azure Data Factory / SynapseOct 03, 2023. Cleansing Files of Duplicate records via Azure Data Factory / Synapse - Part 1
  • Delete records from GridView without Page Reload using jQueryOct 03, 2023. In this article, we will use jQuery to delete records from GridView so that their is no page reload. The codes developed here can be copied and used in any of your web application.
  • Best Practices for Trezor Wallet SecuritySep 27, 2023. Safeguard your digital assets with Trezor Wallet's top security practices. From setup to transactions, navigate the crypto world securely.
  • ASP.NET Core Web API for CRUD Operations with MySQLSep 25, 2023. Creating a CRUD (Create, Read, Update, Delete) API in ASP.NET Core with a MySQL database is a common scenario in web development. In this article, we'll walk through building a complete ASP.NET Core Web API with a real-world use case. We'll create a model called CSharpCornerArticle and implement CRUD operations for it using Entity Framework Core with MySQL.
  • How to Remove Azure Backup Services?Sep 21, 2023. In this guide, we explore the manual removal of Azure Backup services. This involves changing vault properties, stopping and deleting cloud-protected items, and more. Follow these steps for a successful removal process.
  • Restore a Table from a Backup Database through Restore/ExportSep 19, 2023. This article is to discuss how to recover one table from a backup file
  • Connecting MySQL Database to Mobile App with Flutter and DartSep 11, 2023. MySQL Database to connect with your mobile app using Flutter and Dart
  • Best Practices for Working with DateTime, UTC, and Offset in C#Aug 28, 2023. Discover essential strategies for effectively managing DateTime, UTC, and Offset in C# applications, ensuring accurate and consistent time representation across different scenarios. Learn best practices, tips, and code examples for seamless time zone conversions and daylight-saving time considerations
  • Simplifying Data Transfer Objects (DTOs) in C# with RecordsAug 27, 2023. C# records provide a more elegant and succinct way to define DTOs. In this article, we will explore the benefits of using C# records for DTOs with a concrete example.
  • Deploy Angular Project On DomainAug 22, 2023. In this article, I told you how to run a project on the domain. It appears you're requesting a description, but you haven't specified what you'd like a description of. Could you please provide more context or clarify the subject you're referring to? Whether it's a technology, concept, process, or something else, providing additional details will help me provide you with an accurate and relevant description.
  • How to Create Records for Salesforce SObjects using SOAP API?Aug 11, 2023. In this article, we explore how we can create new records for Salesforce Standard & Custom SObjects using SOAP API Endpoints available for the Salesforce Platform.
  • How to save Microsoft Forms Responses with Attachments to SharePoint Lists?Aug 09, 2023. In this article, we will explore the process of retrieving a Microsoft Forms response that includes an attachment and saving it directly to a SharePoint list.
  • How To Take Backup Of The Dataverse Environment?Aug 06, 2023. Step by step details to take the backup of the Dataverse environment.
  • How to Implement Login Stored Procedures with Node.js and MySQL?Jul 27, 2023. In this article, we learn how to create a login stored procedure MySql and how to call Stored Procedure in Node.js.
  • Build Forms Validation in Power AppsJul 19, 2023. Learn how to create and validate forms in Power Apps. Follow the instructions to implement form validation and enable auto-calculation, ensuring data accuracy and smooth user experience.
  • How to use MySQL Triggers?Jul 04, 2023. Triggers are powerful features in MySQL that allow you to automate the execution of SQL statements when certain events occur in the database. These all events can include inserting, updating, or deleting data from a table, and triggers can be used to perform complex calculations, enforce business rules, and maintain data integrity. By using triggers. you can save time, and reduce the risk of errors. and ensure that your database operations run smoothly.
  • MySQL Connector/Python: A Comprehensive GuideJul 03, 2023. In this article, we will learn how to connect MySQL with python.
  • Custom search functionality for data tables for server-side processing with PHP and MySQLJun 30, 2023. To add custom search functionality to Data Tables for server-side processing with PHP and MySQL, you can modify the SQL query dynamically based on the search criteria provided by the user.
  • Save Null Value in SharePoint Online People Picker using Power AutomateJun 27, 2023. Save Null Value in SharePoint Online List People Picker using Power Automate. Learn how to handle tricky situations and sync data dynamically in this article.
  • How To Use MAX() Function In MySQLJun 26, 2023. the MAX() Aggregate function is used to return the highest value in a set of values in the column. This Aggregate function can be used in various scenarios such as finding the maximum price of a product, the highest score in a test, or the most recent date in a table with the help of the MAX() Aggregate function.
  • How To Use Order By in MySQLJun 23, 2023. Order by is a useful feature in MySQL that allows you to sort query results based on one or more columns in ascending or descending order. In this article, we will discuss how to use order by in MySQL with step-by-step examples.
  • How to Use Group by in MySQLJun 21, 2023. Group by is a powerful feature in MySQL that allows you to group rows based on a specific column or set of columns. It is commonly used for generating summary reports and performing aggregations on large datasets. In this article, we will discuss how to use group by in MySQL with step-by-step examples.
  • How to use Between Operator in MySQLJun 21, 2023. The MySQL "BETWEEN" operator is used to filter and retrieve data within a specified range. It compares a value to the lower and upper bounds and includes entries that fall within the range. It can be used with numeric, date, or string values in SQL queries. Examples and syntax are provided in the article.
  • CRUD Operation in PHP using MySQLJun 21, 2023. In this article, you will learn the standard way to create a CRUD operation. It is created using PHP and MySQL with custom functions. So, it is very simple to learn and develop your project.
  • How To Use LIMIT in MySQL?Jun 20, 2023. The LIMIT clause is used to limit the number of rows returned by a SELECT statement in MySQL. It is typically used in combination with the ORDER BY clause to specify the order in which the rows should be returned. The syntax for the LIMIT clause is as follows.
  • Using MySql in JavaJun 16, 2023. MySQL is a database management system that uses Structured Query Language (SQL) to store, manipulate, and retrieve data. It provides various features such as indexing, data replication, backup, and recovery. MySQL can be used with different programming languages, including Java.
  • How to take Backup and Restore a Table in PostgreSQLMay 29, 2023. How to take Backup and Restore a table in PostgreSQL
  • Backing Up Cache Data Using NCacheMay 24, 2023. Backing up cache data using NCache refers to the process of creating copies of the cached data stored in NCache and storing them in a secondary location for data protection and disaster recovery purposes. NCache is an in-memory distributed caching solution that helps improve application performance by storing frequently accessed data in memory, reducing the need to retrieve data from the primary data source repeatedly.
  • Exploring The Services Of Azure Database For MySQL ServerMay 12, 2023. In this article describes about the Azure Database for MYSQL Server in detail.
  • How To Use Cross Join In MySQLMay 12, 2023. We learn cross-joins with the help of an example
  • Power Pages - Custom "Select All - Unselect All" button in Lookup records dialogMay 11, 2023. In Power Pages (Earlier Power Apps Portal), OOB support for selecting / deselecting all grid rows in “Lookup records” dialog is not found. Hence, I have built one client-side custom generic feature using Jquery which will be reusable for all such “Lookup records” dialog.
  • How to use IN Operator in MySQLMay 10, 2023. use IN operator in MySQL
  • How To Use AVG Function In MySQLMay 10, 2023. The AVG function in MySQL calculates the average of a selected group of values.
  • How To Handle Foreign Key Constraints In MySQLMay 09, 2023. In this article, I am going to explain to you the foreign key constraint.
  • How To Use TIME Functions In MySQLMay 03, 2023. In this article, you will learn how to use TIME functions in MySQL.
  • How To Create A Table In MySQLMay 01, 2023. In this article, ww will learn how to create a table in MySQL easily
  • How to use MySQL Stored ProceduresMay 01, 2023. MySQL Stored Procedures are pre-compiled SQL code blocks that are created and stored in the database and may be executed whenever necessary for better performance and security.
  • How To Create a API In RustMay 01, 2023. Create API in Rust using Rocket web freamwork and interecting with MySQL database.
  • Best Practices for SQL Server Backup and Restore OperationsApr 28, 2023. Best Practices for SQL Server Backup and Restore Operations
  • Introduction To MySQLApr 28, 2023. In this article, we will read about Introduction to MySQL, its advantages and disadvantages.
  • How To Update Table Data In MysqlApr 28, 2023. Mysql DML commands and Update command in a Mysql.

About how-to-save-Backup-Records-in-mysql

NA

OUR TRAINING