sql create temp table from excel code example Example: create temp table in sql Click to copy-- CREATE TEMP TABLE Create Table #MyTempTable ( EmployeeID int );