Quantcast
Viewing all articles
Browse latest Browse all 2791

ssrs 2008 report with truncation problem but no issue exists with sql in ssis manager

In an existing ssrs 2008 report, I want to chage a hard coded value of 'P' to use a parameter value @serviceType.

When I execute the following sql in ssis 2012 manager, it runs correctly:
DECLARE @calendarID INT, @endYear SMALLINT
,@perso


Viewing all articles
Browse latest Browse all 2791

Trending Articles