When I ran SQL Query with double quotes in one machine, no problem, but ran the same query in another one got error:
if @TimeStampFilterOption = 'Today Only'
select @FilterDate = convert(char(11),getdate(),120) + " 00:01"
Msg 207, Level 16, State 1, Line 39
Invalid column name ' 00:01'.