Jun 28, 2002 #1 babeo Technical User Mar 30, 2000 398 CA Hi Is there a quick way to see all the field names of a table? Thanks
Jun 28, 2002 #2 Guest_imported New member Jan 1, 1970 0 You can either use a simple: select * from [table_name] where 1=2 or also sp_help [table_name] Regards, Roberto Upvote 0 Downvote
You can either use a simple: select * from [table_name] where 1=2 or also sp_help [table_name] Regards, Roberto