Skip to content

Settings and activity

3 results found

  1. 55 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Dawn supported this idea  · 
  2. 74 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Dawn supported this idea  · 
  3. 4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Dawn commented  · 

    In addition to formatting indentations, it would be great if I could apply the comma before and stacked list formats to an index as in the example below.
    CREATE NONCLUSTERED COLUMNSTORE INDEX [NCCI_Name] ON [dbo].[some_table]
    (
    [id]
    ,[field1]
    ,[field2]
    ,[field3]
    ) WITH (DROP_EXISTING = OFF, COMPRESSION_DELAY = 0) ON [PRIMARY]
    GO

    Dawn supported this idea  ·