This document describes two methods for generating schemas from a SQL database using BizTalk: 1. Using the "Add Adapter Metadata" option to generate schemas and an orchestration file from a stored procedure. 2. Using the "Consume Adapter Service" option to generate schemas and a binding file by connecting to the SQL database and selecting tables or stored procedures. Both methods result in XSD schema files being generated that can then be used in BizTalk applications to integrate with the SQL database.
Related topics: