Hi all,
 I want to execute a stored procedure from a report. The stored procedure
 takes nvarchar(50) parameters. When I call the procedure from a report with
 string paramerers, I get the error 'Implicit conversion from data type
 sql_variant to varchar is not allowed'. But, I cannot Cast or Convert my
 reporting services parameters when calling Exec to run the stored procedure.
 Help! Anyone experience this kind of problem before? Any suggestions are
 welcome!hey.
Not sure why it happens as I get those all the time to. I have found that
if i create a make the first dataset something simple, like the query to
populate a parameter drop down list, then add a second data source I can then
call the execute statement for the proc. Boqus I know but it works. Buggy
software is my quess, I think it may have been the service pack as I did not
do this a few months back.
hth
"Bas" wrote:
> Hi all,
> I want to execute a stored procedure from a report. The stored procedure
> takes nvarchar(50) parameters. When I call the procedure from a report with
> string paramerers, I get the error 'Implicit conversion from data type
> sql_variant to varchar is not allowed'. But, I cannot Cast or Convert my
> reporting services parameters when calling Exec to run the stored procedure.
> Help! Anyone experience this kind of problem before? Any suggestions are
> welcome!
>
 
No comments:
Post a Comment