I'm trying to rebuild an U-SQL table with the expression:
ALTER TABLE dbo.Content REBUILD;
It doesn't work and returns the error:
Scripts must contain at least one data write operation or one DDL operation. At least one data write or one DDL operation is required.
ALTER TABLE REBUILD operation was mentioned here, but I didn't find any details about it. Could anyone help me on this problem?
Thanks