eG Monitoring
 

Measures reported by BTSqlSenTest

The SQL adapter exchanges data between the BizTalk Server and a SQL Server database. You can use the SQL adapter to poll data from one or more data tables and transmit the data as one or more XML messages to BizTalk Server. You can also use the SQL adapter to move large amounts of data to or from the SQL Server database as part of a BizTalk Server messaging or orchestration solution. In addition, you can use the SQL adapter to insert, update, and delete data in SQL Server tables by using SQL updategrams or by invoking stored procedures.The SQL adapter consists of two adapters—a receive adapter and a send adapter.

The SQL send adapter is used to send dynamically created updategrams or dynamically invoked stored procedures to SQL Server. An updategram is an XML fragment that inserts, updates, or deletes data in a SQL Server database by mapping XML nodes against database tables and columns. SQL Server returns an optional response document after the updategram completes, which contains the success status of the update. If a failure occurs during the update, the SQL adapter throws an exception that the BizTalk Messaging Engine handles. When the SQL send adapter is configured to invoke a stored procedure, it returns any results in the form of a single XML-formatted record set.

This test monitors the details regarding the messages sent by the SQL send adapter to the destination SQL table in the SQL server database.

The measures made by this test are as follows:

Measurement Description Measurement Unit Interpretation
Messagessent Indicates the total number of messages that are sent by the SQL send adapter to the destination SQL table in the SQL server database. Number  

MessagessentSec Indicates the rate at which the messages are sent by the SQL send adapter to the destination SQL table in the SQL server database. Msgs/Sec