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 Wanet Telecoms Ltd 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: besabe
  • Content: Threads
  • Order by date
  1. besabe

    Exclude Columns when select * into table. how?

    I need to create a dynamic sp in order to create temporal tables using the EXEcuted statement creating a string cmd: exec @cmd = ('select * into from' + @tabname) But I need to exclude some columns to not include into the new temp table. I already have a TableList in wich I specify the Exclude...

Part and Inventory Search

Back
Top