Tag Archives: SQLCMD Batch

Mix SQLCMD command with T-SQL statements in the same batch

It is safe to mix SQLCMD command with T-SQL statements in the same batch because they all get pre-processed before T-SQL is submitted to tor any given batch, all SQLCMD commands are pre-processed and only after that is T-SQL sent … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment