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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sqlguru

  1. sqlguru

    create table in stored procedure

    yes, you can try this.. create table #MyTempTable as select * from table1 or create table #MyTempTable (select * from table1)

Part and Inventory Search

Back
Top