Search
Submit a request
Sign in
How can we help you today?
Categories
Submit a request
Submit a request
Sign in
Support
Community
SQL Prompt
WITH STATISTICS_ONLY
New post
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
torsten.strauss
May 27, 2017 10:28
-
0
+
Comments
1 comment
Sort by
Date
Votes
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
James R
May 30, 2017 10:49
-
0
+
Add comment
Please
sign in
to leave a comment.
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