WITH STATISTICS_ONLY
torsten.strauss
Posts: 271 Silver 3
in SQL Prompt
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
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
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
Redgate Software