Feb 12, 2004 #1 CatPlus Technical User Joined Jan 30, 2003 Messages 236 Is there a way to capture the column name, data type and length of a table within a database Thanks Mickey
Is there a way to capture the column name, data type and length of a table within a database Thanks Mickey
Feb 12, 2004 #2 JohnDTampaBay Programmer Joined Jul 12, 2002 Messages 986 Location US Check out sp_help TableName and Information Schema views in BOL. --Angel ----------------------------------- Behold! As a wild ass in the desert go forth I to do my work. --Gurnie Hallock (Dune) Upvote 0 Downvote
Check out sp_help TableName and Information Schema views in BOL. --Angel ----------------------------------- Behold! As a wild ass in the desert go forth I to do my work. --Gurnie Hallock (Dune)