I need to read stored procedure from SQL instead of each table. Please assist. Thanks.
Page 1 / 1
I am using Microsoft SQL Server Non-spatial database.
Hi, I think you can execute a Transact-SQL EXEC statement with the SQLCreator or SQLExecutor.
If you mean a stored function (a stored procedure does not return data) you can use the SQLCreator to execute a SQL statement and use that transformer to read data into your workspace.