It there a way to create a table in SQL Server 2016 containing a variable in the name without using code like this?
SET @SQL = \'Create table dbo.tblTest_\' +