Viewing 12 posts - 1 through 12 (of 12 total)
The build list for SQL 2008 has a problem. The top 3 entries for it are incorrect:
10.00.5829 2799883 Cumulative update package 9 for SQL Server 2008 Service Pack 3 Three...
February 19, 2013 at 10:47 am
Another fun XML query. This one will get the command text for Datasets in the report:
Create a Query to Get the Report Datasets Using the GetReportDefintion Method
Right click on the...
January 18, 2012 at 12:08 pm
michael_davis2 (1/12/2012)
Awesome stuff James!!!This is a really great find and is in many ways a holy-grail find for what we've been trying to do!!!
Thanks! FYI, I've updated the prior post...
January 12, 2012 at 4:04 pm
Hi Mike,
I've done some further tinkering (trying to find a way to get those Data Sources) and figured out something really cool! You can access the Reporting Service Web Services...
January 11, 2012 at 5:27 pm
Jay Milo (7/25/2011)
Microsoft...
August 25, 2011 at 11:53 am
michael_davis2 (11/9/2010)
April 12, 2011 at 10:34 am
matthew.stone (4/1/2011)
April 1, 2011 at 3:09 pm
You need to look here if you want the build list for 2008 R2: http://www.sqlservercentral.com/articles/SQL+Server+2008+R2/70092/[/url]
April 1, 2011 at 2:08 pm
Need to ad SQL 2008 SP1 CU11, 10.0.2804.
http://support.microsoft.com/default.aspx?scid=kb;en-us;2413738&sd=rss&spid=13165
November 23, 2010 at 11:01 am
Hi Mike,
I've also come up with a slight restatement of my prior query that allows the datasource that the query runs against to be identified as well:
;WITH ReportItems (ItemID, Name,...
November 8, 2010 at 2:39 pm
Hi Mike,
I was modifying the reports to provide data to one of our users on only specific reports. While I was going through the queries, it occurred to me that...
November 8, 2010 at 2:24 pm
Try using this as a substitute for the query in ReportQueries.rdl to retrieve SQL queries from reports.
;WITH ReportItems (ItemID, Name, Path, reportXml) AS
(
...
June 10, 2010 at 9:59 am
Viewing 12 posts - 1 through 12 (of 12 total)