select databasepropertyex('MyDatabaseName', 'IsAnsiNullsEnabled')
データベースのデフォルトを教えてくれます。 Hitesh の回答は、現在のセッションの価値を教えてくれます。For a script to work as intended, regardless of the ANSI_NULLS database option or the setting of SET ANSI_NULLS, use IS NULL and IS NOT NULL in comparisons that might contain null values.
したがって、うまくいくかもしれませんが、ベスト プラクティスに反することは確かです。