How can I return SQL Server SP result(Dataset) directly into ignition 7.9 tag or table

Try declaring the NOCOUNT parameter in your stored procedure:

This is often an issue with MSSQL; Management Studio connects to the database in a different 'mode' than Ignition does by default.

3 Likes