Jun 28, 2002 #1 babeo Technical User Joined Mar 30, 2000 Messages 398 Location 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 Joined Jan 1, 1970 Messages 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
Jun 28, 2002 Thread starter #3 babeo Technical User Joined Mar 30, 2000 Messages 398 Location CA thanks Upvote 0 Downvote