SQL Server Forums
Profile | Register | Active Topics | Members | Search | Forum FAQ
 
Register Now and get your question answered!
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 How to find the table name with the field name.
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

benildusmuerling
Yak Posting Veteran

Australia
81 Posts

Posted - 05/10/2012 :  23:37:53  Show Profile  Reply with Quote
Hi All,

I've been asked to write a report, which is just a matter of a small query, which represents a number of fields

The past developer had a copy of the excel sheet of the report, which has the field names of it, but unfortunately not the names of the table.

I have been asked to write same kind of report with different dates.

Can anyone please help me in finding the name of the tables with the given fields.

I would not even mind any of the system queries, which returns the table names, as well as the fields of it.

Thanks,

AB

visakh16
Very Important crosS Applying yaK Herder

India
47036 Posts

Posted - 05/10/2012 :  23:41:18  Show Profile  Reply with Quote

SELECT TABLE_NAME,COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS
--WHERE TABLE_NAME = <tablename>


add where condition if you want only details of particular table

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

benildusmuerling
Yak Posting Veteran

Australia
81 Posts

Posted - 05/10/2012 :  23:56:56  Show Profile  Reply with Quote
vow, easy as ABC, your the BOB the builder..

Thanks a Vikash, for helping the community who are like interested, shaping their skills, your services need a lot more, groom us towards an experience SQL developer and adminstrator.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

India
47036 Posts

Posted - 05/10/2012 :  23:59:05  Show Profile  Reply with Quote
welcome

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
SQL Server Forums © 2000-2009 SQLTeam Publishing, LLC Go To Top Of Page
This page was generated in 0.06 seconds. Powered By: Snitz Forums 2000