The ability to return results from triggers will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it.
The @sync_type parameter value must be "automatic", "none", "replication support only", "initialize with backup", or "initialize ...
The @wmi_query could not be executed in the @wmi_namespace provided. Verify that an event class selected in the query exists ...
The ability to INSERT NULL values into TIMESTAMP columns will be removed in a future version of SQL Server. Avoid using this ...
The ability to not specify a column name when the datatype is timestamp will be removed in a future version of SQL Server. ...
The ability to return results from triggers will be removed in a future version of SQL Server. Avoid using this feature in ...
The ability to use '#' and '#' as the name of temporary tables and stored procedures will be removed in a future version ...
The ability to use '@' and names that start with '@' as Transact-SQL identifiers will be removed in a future version of SQL ...
The ability to use string literals as column aliases will be removed in a future version of SQL Server. Avoid using this ...
The ability to use the DEFAULT keyword as a default value will be removed in a future version of SQL Server. Avoid using ...