|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, June 14, 2013 12:49 AM
Points: 2,
Visits: 19
|
|
Hi all,
I try to create a new report and I have the following problem: The query defined works great in SQL Management Studio(MS) but retrieves no data in SQL Report Builder(RB) 2.0. I run the query in RB without any parameters and the result was the same: no data returned. I use the same data source for both MS and RB.
Has anyone faced this problem before?
Thanks in advance.
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Tuesday, April 30, 2013 11:32 AM
Points: 26,
Visits: 178
|
|
Did you figure this out? I am curious to know what happened.
Mike
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: 2 days ago @ 3:09 PM
Points: 374,
Visits: 1,681
|
|
if you right click the dataset and choose QUERY, you can see what is returned by the query. If you get nothing there, then I'd check your datasource to make sure everything is right.
Failing that I'd use profiler to listen and try to catch the query to see exactly what is passed to the DB engine.
|
|
|
|