Ok....

allora ho scritto :

Sql = "Create table #tempo ( id int primary key not null , id_utente int NULL, prezzo numeric NULL ) "
conn.execute(sql)

Poi son andato su SQL Server e non la trovo da nessuna parte.
Chi mi da delucidazioni?