Viewing post 1 (of 1 total)
Try this if it works:
DECLARE @SQL_Upper as varchar(max)
SET @SQL_Upper = UPPER('Select * from MyTable where myVar = ''RED''')
Print(@SQL_Upper)
October 24, 2016 at 2:59 am
#1908281