M
mscertified
Our Project Manager hates SELECT *, he wants us to list all columns in our
SQL. Does this make a big difference in Access? The PM is mainly a SQL Server
person and apparently it makes a big difference there, but does it in Access?
He explained that with SELECT * the database engine has to enumerate the
columns each time the query is run instead of being able to precompile them.
Nonsense or fact? I like SELECT * because it greatly eases maintenance.
Thanks.
SQL. Does this make a big difference in Access? The PM is mainly a SQL Server
person and apparently it makes a big difference there, but does it in Access?
He explained that with SELECT * the database engine has to enumerate the
columns each time the query is run instead of being able to precompile them.
Nonsense or fact? I like SELECT * because it greatly eases maintenance.
Thanks.