I am using SQL Server 2008 R2,
I have access to an Oracle server from linked server with read-only access.
Now I want to get the list of tables from the Oracle server which has specific column.
For an example I want all the tables that have "Business address" column.
Please help if you have any idea / tips.!!
Thanks.