Skip to content

Commit 60e633b

Browse files
committed
Fix link to T-SQL PRINT article
1 parent 2402d14 commit 60e633b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ssma/sybase/project-settings-conversion-sybasetosql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ When you select a conversion mode in the **Mode** box, SSMA applies the followin
154154

155155
### Format strings
156156

157-
[!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.
157+
[!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.md) topic.
158158

159159
When SSMA encounters a `format_string` argument, it can either build a string literal using the variables or create a new variable and build a string by using that variable.
160160

0 commit comments

Comments
 (0)