DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Snippets has posted 5883 posts at DZone. View Full User Profile

Find A Table Column On SQL Server

05.15.2006
| 302054 views |
  • submit to reddit
        I often find myself looking for a specific database column that I have no idea where to find. Pouring over hundreds of tables is painful. One way to quickly narrow the search is to use this query...

SELECT name FROM sysobjects WHERE id IN ( SELECT id FROM syscolumns WHERE name = 'THE_COLUMN_NAME' )

...or, if you're unsure exactly what the column is named, but you suspect you know <em>part</em> of the name, then try...

SELECT name FROM sysobjects WHERE id IN ( SELECT id FROM syscolumns WHERE name like '%PART_OF_NAME%' )
    

Comments

Snippets Manager replied on Sun, 2009/07/05 - 12:16pm

SELECT COLUMN_NAME,data_type,character_maximum_length from information_schema.columns WHERE TABLE_NAME = 'referral' The other way to find the columns in a table, their type, length etc... Thanks & Regards Bharath Reddy VasiReddy

kjh;kljh hkjhkjg replied on Fri, 2009/06/12 - 3:50am

As this post is info less I couldn't make the best out of it. I need regards from you. Regards, extreme tiredness

dgdg dfdfd replied on Wed, 2009/06/10 - 2:07am

I can help you in this.You can find a new site at: Toronto personal injury lawyer

dfdf dfdfd replied on Fri, 2009/06/05 - 8:48am

I want this info before one month.I have tried for it.But I couldn't find it helpful then if I found.Any how thanks for sharing. regards, by Hatt - free music

dfdf dfdfd replied on Fri, 2009/06/05 - 8:48am

This is really a free column for us.One way to quickly narrow the search is to use this query...I have bookmarked this post.Thanks for sharing.wine clubs

fgfgfgf gfgf replied on Thu, 2009/06/04 - 3:30am

Well, like NoKarma said, all of the code interacting with the database should be in a model, not a controller. The redirects are also quite confusing for someone that doesn't know what's going on in the code, they can probably be done in a much better fashion.thanks, Display Stands Vancouver