January 3, 2008 at 9:05 am
Hi all,
I am trying to run parametered stored procedure on the SSRS but it does not work and still ask me for the input!!! I also have selected stored procedure on command.
sp_test_records @starttime,@endtime and defined @starttime and @endtime in report parameter.
but after that when i try to preview and enter starttime and endtime, it fails with stored procedure expected value for @starttime!!
how can i solve this!!
January 3, 2008 at 7:11 pm
Check the spelling of @StartTime in the proc... notice... 2 "T's" in your exec... does it have 2 "T's" in the proc?
--Jeff Moden
Change is inevitable... Change for the better is not.
January 4, 2008 at 4:45 am
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply