× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
ivangron reported 2017-03-02T15:39:54Z  · tariqrahiman last modified 2017-03-03T15:22:20Z

SQL Server -> ColumnStore Index -> WITH clause generating when it shouldn't be


customer request
Priority Critical
Complexity Unknown
Component App - General
Version 18.0

  Using SQL Server 2012, If I run the following script and then script create (FULL) on the column store index, the WITH clause is generated with no specifications.

DROP TABLE [dbo].[AAA]
GO
CREATE TABLE [dbo].[AAA] ([a] int NOT NULL, [b] varchar(25) NULL, [c] varchar(25) NULL, [d] date NULL)
GO
CREATE CLUSTERED INDEX [AAA_IDX_00] ON [dbo].[AAA] ([a])  
GO
CREATE NONCLUSTERED COLUMNSTORE INDEX [AAA_IDX_01] ON [dbo].[AAA] ([d]) ON "default"
GO
CREATE NONCLUSTERED COLUMNSTORE INDEX [AAA_IDX_01]
   ON [dbo].[AAA]([d])
    WITH (
    )
   ON [PRIMARY]
GO

Issue #15052

Closed
Fixed
Resolved 2017-03-02T15:44:52Z
 
 
Completion
No due date
Fixed Build v18.0.1-8
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017