How can we find the table name based on data. For example one column contain "Ram" data. How can we find the table in sql server. Can any one help this.
Asked
Active
Viewed 111 times
-1
-
Do you know the column name? – Szymon Jan 27 '14 at 09:06
-
No. I don't know the column name. – Ram Jan 27 '14 at 09:08
-
possible duplicate of [How do I find a value anywhere in a SQL Server Database?](http://stackoverflow.com/questions/436351/how-do-i-find-a-value-anywhere-in-a-sql-server-database) – Hamlet Hakobyan Jan 27 '14 at 09:09
-
This might help - http://ask.sqlservercentral.com/questions/93784/how-to-find-table-namecolumn-name-by-column-value.html – MusicLovingIndianGirl Jan 27 '14 at 09:10
1 Answers
1
looking at merge.data.table source hopefully you can follow it and see what needs to be done.
mortiped
- 879
- 1
- 6
- 28