Hey,We're going SQL2012 in a few weeks... does this version support parameterized table names? Currently we use dynamic SQL, it would be great if that wasn't necessary anymore.For example:DECLARE @tbl VARCHAR(MAX) = 'EMPLOYEES'SELECT * FROM @tblLooked it up on google, but saw no mention this is possible in 2012, so I thought lets ask here...Thx, Raymond
↧