Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Overview
The Microsoft BizTalk Adapter for SQL Server is a Windows Communication Foundation (WCF) binding. Client applications can consume the SQL adapter to invoke operations on SQL Server artifacts. The SQL adapter can be consumed:
Through a physical port binding in a BizTalk Server solution.
By invoking methods on an instance of a client proxy.
As a hosted WCF service.
By sending SOAP messages over a channel instance in code that uses the WCF channel model.
BizTalk vs WCF service vs WCF channel
The following table:
Lists the different operations that can be performed on SQL Server using the SQL adapter.
Provides links to the topics containing information about performing the task using the chosen approach (BizTalk Server, WCF service model, WCF channel model).
Next steps
The topics in this section provide information, procedures, and examples to help you develop applications that consume the SQL adapter in both BizTalk Server and .NET programming solutions.
- Create a connection to SQL Server
- Get metadata for SQL Server operations in Visual Studio
- Metadata Node IDs
- Working with the binding properties
- Prerequisite: Configure MSDTC
- Develop BizTalk applications using the SQL adapter
- Develop applications using the WCF Service model
- Develop applications using the WCF Channel model
- Samples
- Configure Transaction Isolation Level and Transaction Timeout