The query uses non-ANSI outer join operators ("*=" or "=*"). To run this query without modification, please set the compatibility level for current database to 80, using the SET COMPATIBILITY_LEVEL option of ALTER DATABASE. It is strongly recommended to rewrite the query using ANSI outer join operators (LEFT OUTER JOIN, RIGHT OUTER JOIN). In the future versions of SQL Server, non-ANSI join operators will not be supported even in backward-compatibility modes.
The query requires the generation of a data request involving a slice that consists of an arbitrary-shaped set with tuples ...
The query results are still being transmitted from the server to your computer. This operation might take a long time due ...
The query results cannot be displayed because they require more display memory than SQL Server Management Studio allows. ...
The query uses an aggregate function on a large value type expression. Large value type expressions can not be aggregated. ...
The query uses non-ANSI outer join operators ("*=" or "=*"). To run this query without modification, please set the compatibility ...
The query was edited outside of the visual query designer. Using the visual query designer will discard these changes to ...
The queue '%1!s!' has been enabled for activation, but the MAX_QUEUE_READERS is zero. No procedures will be activated. Consider ...
The queue for this subscription with queue_id = '%1!s!' is not empty. Run the Queue Reader Agent to make sure the queue is ...
The Queue Reader Agent has encountered the error '%3' when connecting to '%2' on '%1'. Ensure that the publication and subscription ...