How to see contents of deployed datasource?
Posted
by callisto
on Stack Overflow
See other posts from Stack Overflow
or by callisto
Published on 2010-05-04T15:41:46Z
Indexed on
2010/05/04
15:58 UTC
Read the original article
Hit count: 211
reporting-services
|sql
I've inherited a project (without a handy handover) that contains reports published to a Reporting Server (2005). MY SSRS knowledge is 4 years stale, so I need your help.
I need to edit one of the published reports, is this possible? I also want to peek into the Data Source on the RS, coz that's probably where I can change stuff.
I'll add more info as I get a better understanding of what exactly to ask.
EDIT: I found a project for some of the reports, opened up in VS2005 BI. Still, how do see where the Data Source gets its data? It brins back 56 fields but I dont know which tables/stored procs/queries are used to get these.
© Stack Overflow or respective owner