Why cant i select into variable table, while same sleek expression with temp table (#) works fine?
So if i use var table (@) i have to build up all this ridiculously redundant construction with declaring table, field, type, then mapping it via insert into...
Or am i missing smth?)