Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: zdoj
  • Order by date
  1. zdoj

    Table Identifier Variable

    I am dynamically creating tables in stored procedures, and would like to use variables for the table identifiers. Something like: CREATE TABLE @TableName ( -- ... But I always get a syntax error "near '@TableName'". I am currently concatenating an entire SQL string and running it...

Part and Inventory Search

Back
Top