Skip to content
  • There are no suggestions because the search field is empty.

T‑SQL Script: Search all user databases for tables containing a specific column name and list each column’s data type

T‑SQL Script: Search all user databases for tables containing a specific column name and list each column’s data type

<pre><code class="language-sql">
SET NOCOUNT ON;
-- your full script here
</code></pre>