- Azure Stream Analytics
- SQL Server 2008
- SQL Server 2012
- SQL Server 2016
- Visual Studio 2010
- Visual Studio 2012
In an ALTER TABLE REBUILD or ALTER INDEX REBUILD statement, when a partition is specified in a DATA_COMPRESSION clause, PARTITION=ALL must be specified. The PARTITION=ALL clause is used to reinforce that all partitions of the table or index will be rebuilt, even if only a subset is specified in the DATA_COMPRESSION clause.
If events arrive that are outside of the times you chose above, you have a couple of options. Drop deletes the events, and ...
If join sources are partitioned, join predicate must include condition matching partition keys of both sources. Please add ...
If join sources use multiple timelines (per key specified in TIMESTAMP BY OVER clause), join predicate must include condition ...
If TIMESTAMP BY OVER clause is used with partitioned streams, 'PartitionId' must be used as partition key. Please use "PARTITION ...
In an ALTER TABLE REBUILD or ALTER INDEX REBUILD statement, when a partition is specified in a DATA_COMPRESSION clause, PARTITION=ALL ...
Input source with name '{0}' is defined both in the configuration and the 'CREATE TABLE' statement. Please use a single definition. ...
Input source with name '{0}' is used both with and without TIMESTAMP BY clause. Please either remove TIMESTAMP BY clause ...
Input source with name '{0}' uses TIMESTAMP BY clause with different field names. Please change TIMESTAMP BY clause to specify ...
Input source with name '{0}' uses TIMESTAMP BY OVER clause with different OVER field names. Please change TIMESTAMP BY OVER ...