Microsoft SQL Server Stored Procedure Read
The Microsoft SQL Server Stored Procedure Read module lets you pass input parameters from incoming messages and retrieve both result sets and output parameters, making it easy to integrate with existing SQL Server logic.
The module provides flexible parameter mapping, allowing values from incoming messages to be passed into stored procedures without writing custom code. If the procedure returns rows, they are stored as an array in a configurable target property. Output parameters are captured separately using their own target properties, ensuring a clear separation between returned data and status information while preventing naming conflicts.
For industrial use cases, this module can interact with MES, ERP, and production databases. It can be used to retrieve production orders, query machine or sensor information, validate manufacturing records etc. By leveraging SQL Server stored procedures organizations can reuse established database logic while building scalable and maintainable industrial integrations.