SQL stored procedure
I am trying to run a SQL stored procedure within Workbench and continually get an error stating "Input string was not in a correct format". The input string is as follows:
EXEC Media_DeliverSearch_Update @StartDate='10/1/2016', @EndDate='10/16/2016'
Any ideas on the proper syntax for calling a stored procedure with date inputs for parameters?
Thanks.
Comments
-
Errors you get in workbench for ODBC connections should be the errors returned from the database, not workbench, so you'd probably want to consult your ODBC driver docs or database docs for specifics.
It could be something like:
exec procedure_name (startdate,enddate);
or
call schema.procedure_name (startdate,enddate);
or
something entirely different, depending on how the sytem is set up.
Domo's workbench squad is very helpful also. You can reach them through the helpdesk line.
Aaron
MajorDomo @ Merit Medical
**Say "Thanks" by clicking the heart in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"0 -
@mattdonovan, did @AS's reply help you out?
0
Categories
- 10.5K All Categories
- 6 Connect
- 916 Connectors
- 250 Workbench
- 463 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 476 Datasets
- 189 Visualize
- 252 Beast Mode
- 2.1K Charting
- 11 Variables
- 17 Automate
- 354 APIs & Domo Developer
- 89 Apps
- 3 Workflows
- 20 Predict
- 5 Jupyter Workspaces
- 15 R & Python Tiles
- 246 Distribute
- 62 Domo Everywhere
- 243 Scheduled Reports
- 21 Manage
- 42 Governance & Security
- 172 Product Ideas
- 1.2K Ideas Exchange
- 11 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive