English version of all error messages you can encounter while programming
  |   ABOUT


Localized version

查詢使用非 ANSI 外部聯結運算子 ("*=" 或 "=*")。若要不經修改即執行此查詢,請使用預存程序 sp_dbcmptlevel,將目前資料庫的相容性層級設定為 80 或更低。我們強烈建議您使用 ANSI 外部聯結運算子 (LEFT OUTER JOIN、RIGHT OUTER JOIN),重新寫入查詢。在未來的 SQL Server 版本中,將不再支援非 ANSI 聯結運算子,甚至連回溯相容性模式都無法支援。

Click to search this error in Google

English version

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 or lower, using stored procedure sp_dbcmptlevel. 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.

Click to search this error in Google



Localized version
 Chinese (Traditional) Legacy

Error category
 SQL Server

Other localized versions
3 versions





Copyright © dotmedias 2012 Launched in 2012, to help programmers finding solutions