Skip to main content
Question

How to read SQL stored procedure in FME?

  • February 9, 2016
  • 3 replies
  • 125 views

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

  • Author
  • February 9, 2016

I am using Microsoft SQL Server Non-spatial database.


takashi
Celebrity
  • February 9, 2016

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


erik_jan
Contributor
Forum|alt.badge.img+26
  • Contributor
  • February 9, 2016

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.