Forum Replies Created

Viewing 5 posts - 1 through 6 (of 6 total)

  • RE: view with constantly update base tables

    Sorry about posting in the wrong forum! I will make sure the post is in the appropriate forum next time.

    I've attached the ExecutionPlan.sqlplan with the reply.

    Thank you!

  • RE: view with constantly update base tables

    This is the execution plan after I modify the view with decimal conversion on the activity id.

    However, a simple view query still took about 2 minutes to execute in...

  • RE: view with constantly update base tables

    I'm using 2005 and have attached the execution plan with my reply.

    Again....I really appreciate your immediate response! 🙂

  • RE: view with constantly update base tables

    Correction on the index on transmission_log_detail table..

    Non-Unique, Non-cluster INDEX

    a. [transmission_log_id]

    b. [activity_id] --> this is the same as journal_id in Journal table

  • RE: view with constantly update base tables

    Thanks for you reply!! Especially during the holiday season! 🙂

    Here are the table schema and details for each table

    1. Jounral - 2,248,196 rows

    CREATE TABLE [dbo].[journal](

    [journal_id] [decimal](18, 0) IDENTITY(1,1) NOT NULL,

    [safe_id]...

Viewing 5 posts - 1 through 6 (of 6 total)