Sometimes, there is a need to find a column in SQL Server database, and we have no clue what so ever, where in this huge set of tables, this column would lie. One way to quickly narrow down the search is to use this following query: SELECT name colname FROM sysobjects WHERE id IN ( SELECT id FROM syscolumns
WHERE...
[More]
63115a41-22c4-41f8-83c8-30a2bd3596e1|0|.0
SQL