my @heading; { my $sth = $dbh->prepare('SELECT TOP 1 * FROM temp_sheet'); $sth->execute; @heading = @{ $sth->{NAME_lc} }; }