Hi there,
indeed this had been asked and answered here before.
Short answer: you cannot use table types like local tables.
If you really want to use INSERT/UPDATE/DELETE/SELECT on a temporary table, then that is what you need in SQLScript: a temporary table not a table type.
- Lars