Question

How to read SQL stored procedure in FME?

  • 9 February 2016
  • 3 replies
  • 27 views

I need to read stored procedure from SQL instead of each table. Please assist. Thanks.


3 replies

I am using Microsoft SQL Server Non-spatial database.

Userlevel 2
Badge +17

Hi, I think you can execute a Transact-SQL EXEC statement with the SQLCreator or SQLExecutor.

Userlevel 2
Badge +12

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.

Reply