Showing posts with label point. Show all posts
Showing posts with label point. Show all posts

Wednesday, March 28, 2012

Reporting Services 2005 Catalog table

Hi
Can someone please point me in the right direction to find all the possible values and their meaning for the Type column found in the Catalog table.

Thanks
JWWe don't document the tables structure for the RS catalog. If you want to interract with the report server, you should use the SOAP APIs.

Thanks
Tudor

Monday, March 26, 2012

Reporting Services 2000 vs. Reporting Services 2005

Hello:
Can someone point me to a location where I can download a white paper on the
differences of Reporting Services 2000 and Reporting Services 2005?
Thanks.
Andrew P
IT Project Manager
Why do you want one? SQL Server RS 2000 + SP1 = SQL RS 2005. To make it
simple ...
HTH,
Vinod Kumar
MCSE, DBA, MCAD, MCSD
http://www.extremeexperts.com
Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp
"Andrew" <Andrew@.discussions.microsoft.com> wrote in message
news:89E3D49D-B5F5-4A55-A260-0A7A6EAC6FE8@.microsoft.com...
> Hello:
> Can someone point me to a location where I can download a white paper on
the
> differences of Reporting Services 2000 and Reporting Services 2005?
> Thanks.
> --
> Andrew P
> IT Project Manager

Reporting Services 2000 Performance

Can anyone point me in the right direction or give me information on
Reporting Services 2000 performance. We are creating 5 relatively large
reports that are stable for 24 hours. We have different users that have
different credentials. Is caching available? What is the best way to
measure performance? Are there any perfmon metrics that are useful? What
is a bad metric range besides response time?The scenario you have here is what snapshots are designed for. Look in books
online under snapshots.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Robert Bernheim" <rlb@.yahoo.com> wrote in message
news:2e8b8e9b0b58444b967f3b1fb5b646a2@.ureader.com...
> Can anyone point me in the right direction or give me information on
> Reporting Services 2000 performance. We are creating 5 relatively large
> reports that are stable for 24 hours. We have different users that have
> different credentials. Is caching available? What is the best way to
> measure performance? Are there any perfmon metrics that are useful? What
> is a bad metric range besides response time?

Friday, March 23, 2012

Reporting Services & Sharepoint

Greetings all,
Can anyone point me to information regarding the integration of RS reports
into SP? I am wondering what the recommended practice has been so far, is
anyone even doing this? The product site for RS mentions SP, but I am
unable to find any good examples of this.
Anyone working with these two services in an enterprise environment? How
are you finding RS for analytical reporting?
thanks,
JDI believe that RS SP2 will have SharePoint integration. Some mention of it
is here -
http://weblogs.asp.net/Mat_Stephen/archive/2004/12/20/327323.aspx
SBC
"Joe Dirt" <veganopolis@.spam_is_for_jerks_gmail.com> wrote in message
news:pan.2004.10.21.10.53.10.847905@.spam_is_for_jerks_gmail.com...
> Greetings all,
> Can anyone point me to information regarding the integration of RS reports
> into SP? I am wondering what the recommended practice has been so far, is
> anyone even doing this? The product site for RS mentions SP, but I am
> unable to find any good examples of this.
> Anyone working with these two services in an enterprise environment? How
> are you finding RS for analytical reporting?
> thanks,
> JD
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.818 / Virus Database: 556 - Release Date: 12/17/2004|||You may also try googling "Reporting Services Web Parts" for this. Bryant
Likes and I have both done some work on this, but Bryant's components are
available for download, and I think he's added features .
--
Jay Nathan
http://www.jaynathan.com/blog
"c1sbc" <c1sbc@.comcast.net> wrote in message
news:uWAgsEq5EHA.2012@.TK2MSFTNGP15.phx.gbl...
> I believe that RS SP2 will have SharePoint integration. Some mention of it
> is here -
> http://weblogs.asp.net/Mat_Stephen/archive/2004/12/20/327323.aspx
> SBC
>
> "Joe Dirt" <veganopolis@.spam_is_for_jerks_gmail.com> wrote in message
> news:pan.2004.10.21.10.53.10.847905@.spam_is_for_jerks_gmail.com...
> > Greetings all,
> >
> > Can anyone point me to information regarding the integration of RS
reports
> > into SP? I am wondering what the recommended practice has been so far,
is
> > anyone even doing this? The product site for RS mentions SP, but I am
> > unable to find any good examples of this.
> >
> > Anyone working with these two services in an enterprise environment? How
> > are you finding RS for analytical reporting?
> >
> > thanks,
> > JD
>
> --
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.818 / Virus Database: 556 - Release Date: 12/17/2004
>

Wednesday, March 7, 2012

Reporting Service

I am trying to use Reporting Service with Analysis Service but I'm not too
sure as to how to go about doing that.
Can someone point some articles or tutorials to me ?
Thanks in advanceFirst problem is configure correctly data set source.
You must use MDX language for obtain data information from olap cube.
You must use some tip&trics for provide data using matrix or table object.
For example when you get data from "MDX query" you have a list of records
with
additional lines for all totale dimensions and sub-dimension.
This additional line can be omitted if you want usa table object or you can
use it by matrix object for provide a dimensional total.
It's most important use expression code on text object (of your matrix code
for example) for personalize Caption label, filter etc.
"Nestor" wrote:

> I am trying to use Reporting Service with Analysis Service but I'm not too
> sure as to how to go about doing that.
> Can someone point some articles or tutorials to me ?
> Thanks in advance
>
>|||check this:
http://msdn.microsoft.com/library/d.../>
asandrs.asp
"Dario Concilio" wrote:
[vbcol=seagreen]
> First problem is configure correctly data set source.
> You must use MDX language for obtain data information from olap cube.
> You must use some tip&trics for provide data using matrix or table object.
> For example when you get data from "MDX query" you have a list of records
> with
> additional lines for all totale dimensions and sub-dimension.
> This additional line can be omitted if you want usa table object or you ca
n
> use it by matrix object for provide a dimensional total.
> It's most important use expression code on text object (of your matrix cod
e
> for example) for personalize Caption label, filter etc.
>
> "Nestor" wrote:
>