Microsoft
Software
Hardware
Network
Question : SQL Server 2008 - SEARCH for a Database Table FIELD>..???
Experts,
I seem to recall that I was able to search for a single database table FIELD in SQL Server 2000 by the field name.
Was I just dreaming this and the bigger question is Can I search for a single database table FIELD in SQL Server 2008???
Answer : SQL Server 2008 - SEARCH for a Database Table FIELD>..???
select TABLE_NAME, COLUMN_NAME
from INFORMATION_SCHEMA.COLUMNS
where COLUMN_NAME = 'Something'
Random Solutions
performance - NC Vc C index
New mail notification envelope icon in outlook 2003 doesn't show
BCM, Business Contact Manager, 2010 RTM cannot connect to remote sql database
w32time
Remote Desktop not working via IP address
Could not reliably determine the server's fully qualified when trying to restart https service
vCenter Converter and SBS2008
MS Access Update a field based on multiple field values
Double Table when margin is adjusted
How do I calculate lowest point of expected variation?