Rewrite statements to include the ANSI standard AS keyword when aliasing a table or column. For example, when a column is named NEXT and that column is aliased as VALUE, the query SELECT NEXT VALUE FROM Table will cause an error and should be rewritten as SELECT NEXT AS VALUE FROM Table. Similarly, when a table is named NEXT and that table is aliased as VALUE, the query SELECT Col1 FROM NEXT VALUE will cause an error and should be rewritten as SELECT Col1 FROM NEXT AS VALUE.
Review selected events and event columns to trace. To see a complete list, check the "Show all events" and "Show all columns" ...
Review selected events and event columns to trace. To see a complete list, select the "Show all events" and "Show all columns" ...
Review the imported calculations, actions, and Key Performance Indicators (KPIs) to ensure that they are correct in the context ...
Review the use of sp_helptrigger in applications. You may need to modify your applications to accommodate the additional ...
Rewrite statements to include the ANSI standard AS keyword when aliasing a table or column. For example, when a column is ...
Rewrite the statement using the current RAISERROR syntax, or evaluate if the modern approach of TRY.CATCH.THROW is feasible ...
Right outer joins return all rows from the right table, and all rows from the left table where the joined fields match in ...
Rigid relationships between attributes cannot be changed during incremental processing of a dimension. The error occurred ...
Ring Buffer target could not add package '%I32u' to the package occurrence list. Events from this package will not be kept ...