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


Localized version

CREATE RULE および DROP RULE は、今後のバージョンの SQL Server では削除される予定です。新しい開発作業では CREATE RULE および DROP RULE の使用を避け、現在この機能を使用しているアプリケーションの変更を検討してください。代わりにチェック制約を使用してください。チェック制約は、CREATE TABLE または ALTER TABLE の CHECK キーワードを使用して作成されます。

Click to search this error in Google

English version

CREATE RULE and DROP RULE will be removed in a future version of SQL Server. Avoid using CREATE RULE and DROP RULE in new development work, and plan to modify applications that currently use them. Use check constraints instead, which are created using the CHECK keyword of CREATE TABLE or ALTER TABLE.

Click to search this error in Google



Localized version
 Japanese

Error category
 SQL Server

Other localized versions
11 versions





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