SET @SqlCommand = 'ALTER TABLE [' + @SchemaName + '].[' + @TableName + '] ADD [' + @CreatedId + '] [NVARCHAR](50) NULL' SET @SqlCommand = 'ALTER TABLE ...
However, it is not received. This debug message is received in InfoMessage handler if SqlCommand.ExecuteNonQuery () is used instead. To reproduce Invoke following function with an appropriate ...