Forum Discussion
jmkvalsund
2 years agoHelper III
Microsoft SQL: Incorrect syntax near the keyword 'exec'.
Hi, I get the message in the heading when I have created a datasource using a stored procedure without parameters (basically just a SELECT .. FROM routine) and using Direct Query. Works fine in the ...
jmkvalsund
2 years agoHelper III
FYI for those interested:
Found a way out of this: Since the SP did'nt have any input parameters, I created a view instead to deliver the requested data. Works fine in combination with Direct Query.