bpowers
SSCertifiable
Points: 5483
More actions
March 27, 2009 at 7:37 am
#129443
Is there a script out there that will search a database for a particular column name? I have seen a column named "Last Date Used" but I can not locate it anywhere. Any help will be greatly appreciated.
Michael Valentine Jones
SSC Guru
Points: 64818
March 27, 2009 at 7:53 am
#967442
select * from information_schema.columns where column_name = 'lname'
March 27, 2009 at 7:58 am
#967445
Perfect! Thank you so much!
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply