Forum Discussion

sdoscher's avatar
sdoscher
New Contributor III
4 years ago

SQL Server - Execute Snap

A statement like this works fine in SQL Server. How can I get something like this to work in the SQL Server - Execute Snap? There has to be a syntax issue that I have. Any help is appreciated.

DECLARE @sql AS varchar(max) = ‘This is a Test’
PRINT @sql