-[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]/Azure SQL no longer supports the `format_string` argument in `PRINT` and `RAISERROR` statements. The `format_string` argument allowed to put replaceable parameters directly in the string, and then replacing the parameters at runtime. Instead, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] requires the full string by using either a string literal, or a string built by using a variable. For more information, see the [PRINT ([!INCLUDE[tsql](../../includes/tsql-md.md)])](../../t-sql/language-elements/print-transact-sql) topic.
0 commit comments