Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Performance Tuning

    Thank you. 

    Thank you. 

    Please see attached executution plan for below query. It is taking 4 sec to run. What I need to change in this query. How...

  • RE: Performance Tuning

    /****** Object: View [dbo].[VW_STG_ITEM]  Script Date: 03/22/2017 13:57:15 ******/
    SET ANSI_NULLS ON
    GO

    SET QUOTED_IDENTIFIER ON
    GO

    Alter VIEW [dbo].[VW_STG_ITEM]
    AS
    SELECT i.item_id       ...

Viewing 2 posts - 1 through 2 (of 2 total)