Executionlog2 table

  • How much time Executionlog2 table and catlog table in ReportServer database hold the data?

    Does it store all historical data and it always remain in table

    or after some time of interval period sql server remove the data from both the table?????????????????

  • Catalog is the reports that you have on the report server, so it is updated deleted when you add or remove reports.

    The ExecutionLog2 view works off ExecutionLogStorage which is cleared out as per the value of the server config assigned to this key "ExecutionLogDaysKept", by defaults its something like 2 months.

    http://technet.microsoft.com/en-us/library/bb934303%28v=sql.105%29.aspx

  • :-)Is it possible to change the value of "ExecutionLogDaysKept"?If possible how to change

  • Yes, follow the link i detailed in my original post.

  • What about subscription table does it hold data temporary or as soon as subscription deleted the related record deletet from subscription table??????????

  • The record is removed if you delete the subscription.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • thanks:-) and what about Datasource table

  • Data source is the same thing. If you delete a datasource, the record should get removed.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • Can we see that particular table in database is affected by which ssis task or which job perform on that table??

  • What is difference in ExecutionLog2 and ExecutionLog3 view?

  • Take a look at the definition of the views and you will see the differences.

    One relates to reports, the other to items

  • Vikas.Shinde 10262 (3/11/2013)


    Can we see that particular table in database is affected by which ssis task or which job perform on that table??

    You should start a new thread for this question.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 12 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic. Login to reply