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…