web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

what is the difference between ExecutionLog2 and ExecutionLog3.

(0) ShareShare
ReportReport
Posted on by 28

Dear all,

i go through the below link

https://docs.microsoft.com/en-us/sql/reporting-services/report-server/report-server-executionlog-and-the-executionlog3-view

but didn't get much difference between ExecutionLog2 and ExecutionLog3.

Can you please let me know the exact difference between ExecutionLog2 and ExecutionLog3.

Please give me more shed on this.

Thanks!

Arpan

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Mahmoud Hakim Profile Picture
    17,887 on at
    RE: what is the difference between ExecutionLog2 and ExecutionLog3.

    Hi @rp@n

    the difference between two views in addition to Sukrut Parab

    ExecutionLog3 more clarfiy , so you will find in the view stutcure , ExecutionLog3 have muliple cases more than ExecutionLog2

    ExecutionLog3

    SELECT     EL.InstanceName, COALESCE (C.Path, 'Unknown') AS ItemPath, EL.UserName, EL.ExecutionId, CASE (RequestType) WHEN 0 THEN 'Interactive' WHEN 1 THEN 'Subscription' WHEN 2 THEN 'Refresh Cache' ELSE 'Unknown' END AS RequestType, EL.Format,

                     EL.Parameters, CASE (ReportAction)

                     WHEN 1 THEN 'Render' WHEN 2 THEN 'BookmarkNavigation' WHEN 3 THEN 'DocumentMapNavigation' WHEN 4 THEN 'DrillThrough' WHEN 5 THEN 'FindString' WHEN 6 THEN 'GetDocumentMap' WHEN 7 THEN 'Toggle' WHEN 8 THEN 'Sort' WHEN 9 THEN 'Execute'

                      WHEN 10 THEN 'RenderEdit' ELSE 'Unknown' END AS ItemAction, EL.TimeStart, EL.TimeEnd, EL.TimeDataRetrieval, EL.TimeProcessing, EL.TimeRendering, CASE (Source)

                     WHEN 1 THEN 'Live' WHEN 2 THEN 'Cache' WHEN 3 THEN 'Snapshot' WHEN 4 THEN 'History' WHEN 5 THEN 'AdHoc' WHEN 6 THEN 'Session' WHEN 7 THEN 'Rdce' ELSE 'Unknown' END AS Source, EL.Status, EL.ByteCount, EL.[RowCount], EL.AdditionalInfo

    FROM        dbo.ExecutionLogStorage AS EL WITH (NOLOCK) LEFT OUTER JOIN

                     dbo.Catalog AS C WITH (NOLOCK) ON EL.ReportID = C.ItemID

    ExecutionLog2

    SELECT     EL.InstanceName, COALESCE (C.Path, 'Unknown') AS ReportPath, EL.UserName, EL.ExecutionId, CASE (RequestType) WHEN 0 THEN 'Interactive' WHEN 1 THEN 'Subscription' ELSE 'Unknown' END AS RequestType, EL.Format, EL.Parameters, CASE (ReportAction)

                     WHEN 1 THEN 'Render' WHEN 2 THEN 'BookmarkNavigation' WHEN 3 THEN 'DocumentMapNavigation' WHEN 4 THEN 'DrillThrough' WHEN 5 THEN 'FindString' WHEN 6 THEN 'GetDocumentMap' WHEN 7 THEN 'Toggle' WHEN 8 THEN 'Sort' ELSE 'Unknown' END AS

                      ReportAction, EL.TimeStart, EL.TimeEnd, EL.TimeDataRetrieval, EL.TimeProcessing, EL.TimeRendering, CASE (Source)

                     WHEN 1 THEN 'Live' WHEN 2 THEN 'Cache' WHEN 3 THEN 'Snapshot' WHEN 4 THEN 'History' WHEN 5 THEN 'AdHoc' WHEN 6 THEN 'Session' WHEN 7 THEN 'Rdce' ELSE 'Unknown' END AS Source, EL.Status, EL.ByteCount, EL.[RowCount], EL.AdditionalInfo

    FROM        dbo.ExecutionLogStorage AS EL WITH (NOLOCK) LEFT OUTER JOIN

                     dbo.Catalog AS C WITH (NOLOCK) ON EL.ReportID = C.ItemID

  • @rp@n Profile Picture
    28 on at
    RE: what is the difference between ExecutionLog2 and ExecutionLog3.

    Thanks Sukrut,

    Can you please let me know

    1. ExecutionLog, ExecutionLog2, and ExecutionLog3 belongs to which versions of SQL Server?

    2. I can you execute any one logs (above) to see the log based on SQL server version right?

    Please give me more shed on this.

    Thanks!

    Arpan

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Community Member Profile Picture

Community Member 2

#1
Martin Dráb Profile Picture

Martin Dráb 2 Most Valuable Professional

#1
Guy Terry Profile Picture

Guy Terry 2 Moderator

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans