All Questions
1 question
0
votes
0
answers
395
views
SQL variables and the IF statement
I am using T-SQL in SQLCMD mode in SSMS to run various subfile from one file, and the principle file (princ.sql) is where I need to declared and set a variable @MyInteger and run a subfile:
DECLARE @...