Operators (Transact-SQL)
An operator is a symbol specifying an action that is performed on one or more expressions. The following tables lists the operator categories that SQL Server uses.
Missing Sub-Topic "Operator Precedence"
Although not listed on this page; there is a sub-topic called "Operator Precedence" (http://msdn.microsoft.com/en-us/library/ms190276.aspx). This sub-topic lists the order of precedence used when 2 or more of the "Operators" are used in a complex expression. This is especially useful when using multiple operators that do not belong to the same operator category in a complex expression; the "Operator Precedence" may impact the resulting value.
Microsoft Connect "Suggestion" submitted: https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=506568#details
Microsoft Connect "Suggestion" submitted: https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=506568#details