Has anyone an idea about how to get Table name and column name using sql server system tables?
Example : I know that a table somewhere in my database has a field containing an ID = 1125412.
Is there a way to run a global query on the database, to get column name and table name where this data exists.
Is this doable, if you know a column name, and you want to know the table name to where it belongs?
This is super nasty, but it will work: