Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Sort in execution plan

    Thanks for quick response.

    Here is the DDL:

    CREATE TABLE [dbo].[Qry(

    [QryNum] [int] NOT NULL,

    [ID] [int] NOT NULL,

    CONSTRAINT [Qry_PK] PRIMARY KEY NONCLUSTERED

    (

    [QryNum] ASC,

    [ID] ASC

    )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = ON,...

Viewing post 1 (of 2 total)