Dab start is not getting returned columns from a stored procedure. #1526
Replies: 2 comments
-
So looking at the debug file I saw: If I run this in SQL server as a query, nothing is returned. Any ideas how I can correct this? |
Beta Was this translation helpful? Give feedback.
-
Figured out a solution by wrapping my SP in another as per this: |
Beta Was this translation helpful? Give feedback.
-
I recently updated a stored procedure which executes just fine on the server.
I modified the SP so that it now returns rows from a temp table.
After running Dab start, my schema.graphql simply shows the following:
type GetGalleryBasicVmNoGalleryName {
"Contains output of stored-procedure execution"
result: String
}
No columns are returned.
Please help! Thanks.
Beta Was this translation helpful? Give feedback.
All reactions