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.
CREATE LOGIN statements with DEFAULT_DATABASE option are not supported in a data-tier application. Remove the statement or ...
CREATE LOGIN statements with PASSWORD or SID options that do not specify a MUST_CHANGE option are not supported in a data-tier ...
CREATE PROCEDURE statements with cursor parameters are not supported in a data-tier application. Remove the statement or ...
CREATE PROCEDURE statements with ENCRYPTION option are not supported in a data-tier application. Remove the statement or ...
CREATE RULE and DROP RULE will be removed in a future version of SQL Server. Avoid using CREATE RULE and DROP RULE in new ...
CREATE SCHEMA statements that contain schema elements are not supported in a data-tier application. Remove the elements from ...
CREATE TRIGGER statements for DDL triggers are not supported in a data-tier application. Remove the statement before rebuilding. ...
CREATE TRIGGER statements with ENCRYPTION option are not supported in a data-tier application. Remove the statement or ENCRYPTION ...
CREATE VIEW statements with ENCRYPTION option are not supported in a data-tier application. Remove the statement or ENCRYPTION ...