Could not get it to work

set @QueryString="select * into tblAdhChartErrors" + host_name() + " from #tblAdhChartErrors"
exec (@QueryString)

...