Showing posts with label activities. Show all posts
Showing posts with label activities. Show all posts

Wednesday, March 21, 2012

Microsoft CRM and SRS

Hello,
I am trying to be an early adapter to SRS for Microsoft CRM reporting.
In particular, I am trying to get the activities that a lead has
associated with it. I am using a subreport and am trying to pass the
lead GUID to the subreport so I can run the activity report for the
lead. I get an invalid type error when I try to do this. Is there a
better way that I might do this? Does SRS have issues with CRM GUIDs?
Thanks in advance.answered in microsoft.public.crm.developer
--
John O'Donnell
Microsoft CRM MVP
http://www.mscrmfaq.us
"Jeffrey Jones" <jeffjones176@.kc.rr.com> wrote in message
news:usaxaU6lFHA.3144@.TK2MSFTNGP12.phx.gbl...
> Hello,
> I am trying to be an early adapter to SRS for Microsoft CRM reporting.
> In particular, I am trying to get the activities that a lead has
> associated with it. I am using a subreport and am trying to pass the
> lead GUID to the subreport so I can run the activity report for the
> lead. I get an invalid type error when I try to do this. Is there a
> better way that I might do this? Does SRS have issues with CRM GUIDs?
> Thanks in advance.sql

Monday, March 12, 2012

metrics?

Can anyone tell me how I can measure the metrics of
certain activities?
I need to see the difference in I/O between a query and
an index build.
TIA,
AdriaAdria,
possible ways:
1. you can use set statistics io on in query analyzer
2. you can use user profiler
3. you can use perfmon (or system monitor in win2k)
Quentin
"Adria" <a-carbo@.tamu.edu> wrote in message
news:b6ea01c4377b$32bf27f0$a001280a@.phx.gbl...
> Can anyone tell me how I can measure the metrics of
> certain activities?
> I need to see the difference in I/O between a query and
> an index build.
> TIA,
> Adria