|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/biztalk-with-sql-databases/
课程评论:没有评论
**课程总结:使用 BizTalk 与 SQL 数据库** 本课程面向已掌握 BizTalk 基础知识的开发人员。课程将教授如何与 Microsoft SQL Server 数据库进行交互,包括读取和写入数据。您将学会如何生成 SQL 数据库的 Schema(模式),调用存储过程来检索、更新和插入数据。 课程还将深入讲解 BizTalk SQL 轮询(Polling)机制,以及如何根据业务需求调整轮询参数,从而实现当数据库中出现特定数据时自动启动 BizTalk Orchestration(编排)。 此外,课程还将介绍 WCF-SQL Adapter(自 BizTalk 2010 起可用)以及早已废弃的旧版 BizTalk SQL Adapter(在 BizTalk 2020 中已被移除)。您将学习如何使用 WCF-SQL Adapter 将 XML 消息发送到 SQL Server,重点关注双向发送端口(Send Port)的使用,该端口能够实现请求和响应的交互。 本课程还包含以下重要内容: * **用户定义表 (User Defined Tables)**:学习如何使用用户定义表,以便高效地将多行数据发送到存储过程或从存储过程中接收多行数据,从而实现更高效的批量事务处理。 * **WCF-SQL 架构**:理解 WCF-SQL Adapter 的整体架构。 * **通过接收位置(Receive Locations)轮询 SQL**:学习如何配置 BizTalk 以便通过接收位置轮询 SQL 数据库。 * **从存储过程创建 XSD Schema**:掌握如何根据存储过程生成 XSD Schema。 * **使用跟踪 (Tracking)**:了解如何在 BizTalk 中使用跟踪功能来监控和调试 SQL 数据库操作。 * **旧版 BizTalk SQL Adapter**:涵盖已废弃的旧版 BizTalk SQL Adapter,以便您能够处理和升级旧系统。这部分内容将包括存储过程和“UpdateGrams”的使用。 总之,本课程将为您提供使用 BizTalk 与 SQL Server 数据库进行高效集成的全面知识和实用技能。
This course is for developers with understanding of BizTalk basics. Learn how to read and write data to and from Microsoft SQL Server databases. Learn how to generated schemas, call stored procedures to retrieve and update/insert data in SQL.Learn how BizTalk SQL Polling works, and how to tune the polling parameters for you business needs. Polling allows BizTalk to start an orchestration when certain data appears in the database.Learn the WCF-SQL Adapter available since at least BizTalk 2010, and learn the older BizTalk SQL Adapter that can be found in older releases (but was removed in BizTalk 2020). BizTalk orchestrations have the ability to send XML messages to Microsoft SQL server (and other databases) using the WCF-SQL Adapter. A two-way send port is used, basically sending a request and receiving a response. This course also shows how to use User Defined Tables to send multiple rows of data to and from stored procedures, allow more efficient bulk transactions when needed. WCF-SQL Architecture, Polling SQL via Receive Locations, how to create an XSD schema from a stored procedure, using tracking. The course also covers the old BizTalk SQL adapter which is deprecated, just in case you are called upon to upgrade an older system. This section includes both stored procedures and something called "UpdateGrams".