Cool, I also figured out I could get the table name by doing a join to the sysobjects table on ID.
Thanks man. Jochem van Dieten wrote: > Loathe wrote: > >>So if someone sent you a request to change a datatype on a field, but >>they didn't tell you what table the column was in, how would you go >>about finding out? > > > SELECT * > FROM INFORMATION_SCHEMA.COLUMNS > WHERE column_name LIKE '%research%' > > Jochem > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:168352 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
