SQL Script that can be run in a database to return all tables and columns where...
- April 20, 2015
The following is a SQL Script that can be run in a database to return all tables and columns where a particular value is present. This can be used for strings or values with a small modification. This type of thing is great when moving applications/products between servers.
This is certainly a good script to include in your master table to be used over and over.