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
Network Installation/Setup
namespace question
Documentation on SAMBA and Active Directory Integration
Invalid length passed to SUBSTRING Function
execute onLoad only once in an ASP page
websites background colors
Flex Shared Object - Array Collection access
Sending a web API command from Asterisk
Oracle sql joins
100% CPU usage in vCenter but not in taskmanager on the Windows NT 4.0 VM that has been converted