When writing a statement
select * from tableName
you get all the fields, however I want to get all the fields in the statement for better code, is there a tool to do it faster in SQL Server, to get
select f1,f2,f3 from tableName
which are all the fields in tableName