Re: Business Objects performance



On Jul 13, 10:23 am, Helma <helma.vi...@xxxxxxxxxxx> wrote:

snip

Report-name, runtime, frequency, timeperiod : that's the info i need
in order to know the tune-targets. How to get that?

One possible approach might be to capture some of the relevant
information using a combination of a logon database and logoff
database set of triggers and some custom logging code somehow.

Of course we all know that triggers are evil. The implications of
even considering adding triggers like this to a busy system is not a
pleasant one probably ... depending on volume of sessions being
initiated/etc. But you might want to think about it ... and think
twice and three times before doing it.

Shouldn't there be some set of IT people familiar with this stuff at
your site? Some kind of reporting group or Business Objects admin
team?

.



Relevant Pages

  • Re: Audit trail while in Transact SQL
    ... You could use stored procs to capture new and old data and save it to an ... you could use triggers too. ... Lumigent makes an auditing ... > tool within the SQL Server program group. ...
    (microsoft.public.sqlserver.programming)
  • Re: how to trigger Back event
    ... no I want to "capture" this event in my asp.net page... ... So the user clicks on the back /forward button in his browser and that ... triggers an event in an asp.net page?? ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)