Quantcast
Channel: SQLServerCentral » SQL Server 2012 » SQL Server 2012 - T-SQL » Latest topics
Viewing all articles
Browse latest Browse all 4901

Parameterized table names?

$
0
0
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

Viewing all articles
Browse latest Browse all 4901

Trending Articles