Sep 10, 2002 #1 aolb Programmer Joined Apr 16, 2002 Messages 180 Location GB is there an sp_ that can show me a how a table is defined? been looking for a while and haven't seen it yet. thanks
is there an sp_ that can show me a how a table is defined? been looking for a while and haven't seen it yet. thanks
Sep 10, 2002 #2 db999 Programmer Joined Jun 27, 2001 Messages 9 Location GB sp_help <tablename> should give you information about table Upvote 0 Downvote
Sep 10, 2002 #3 tlbroadbent MIS Joined Mar 16, 2001 Messages 9,982 Location US Look for system stored procedures in SQL BOL. You probably want to use sp_columns. Terry L. Broadbent - DBA Computing Links: http://tlbroadbent.home.attbi.com/prog.htm faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions. Upvote 0 Downvote
Look for system stored procedures in SQL BOL. You probably want to use sp_columns. Terry L. Broadbent - DBA Computing Links: http://tlbroadbent.home.attbi.com/prog.htm faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
Sep 10, 2002 Thread starter #4 aolb Programmer Joined Apr 16, 2002 Messages 180 Location GB Thanks, just what I was looking for Upvote 0 Downvote