Viewing 2 posts - 1 through 3 (of 3 total)
SELECT OBJECT_NAME(object_id) AS , NAME
FROM sys.all_columns
WHERE name LIKE '%address%';
worked pulled information ...However as you can tell new to this...What I am looking at doing is finding client names, address,...
December 15, 2010 at 8:59 am
#1262942
Yes got scammed into doing it .....since the other person decide to pursue other work some where else....(Fired)
Yes all the data is in different tables...except client info is located...
December 14, 2010 at 7:07 pm
#1262596