WITH STATISTICS_ONLY

Hi Team,

the following statement will cause a formatting error:

CREATE CLUSTERED INDEX CL_SalesOrderDetail_ProductID
ON dbo.SalesOrderDetail (ProductID)
WITH STATISTICS_ONLY = -1
GO

Thanks for fixing it!

Torsten
Friend of Redgate
Tagged:

Comments

  • James RJames R Posts: 104 Silver 4
    Hi again Torsten,

    I've done some research and found that this is a undocumented option. Because of this I'm not sure if we'll get round to adding support for it soon, but we'll discuss as a team and I'll get back to you here.

    Sorry I can't be more helpful!

    Thanks,
    James
    Software Engineer
    Redgate Software
Sign In or Register to comment.