This document discusses how to connect Mulesoft to MS SQL Server to call stored procedures and insert data into tables. It provides steps for setting up the prerequisite JDBC driver and configuring a database connector in Mulesoft. It then explains how to create a HTTP listener, use the database component to call a stored procedure, map input parameters to a JSON payload, and test the integration using Postman.