Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help finding available objects and columns...

Status
Not open for further replies.

PantherMills

Technical User
Oct 25, 2003
5
US
Is there any way to run a SQL query to show all the available objects and columns. I really don't know much about SQL, but I do know the line structure to do what I need if i could find the dang object and column. Thanks in advance.

 
when you say "objects and columns" are you refering to tables and columns?

Thanks

J. Kusch
 
yes...I've found that "sp_columns" and "sp_tables" does the trick...
 
IN query Analyzer, the object browser shows all the tables and columns and you can drag them to your code so you never misspell them!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top