Site Search:
Sign in | Join | Help

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Find tables that contain a certain field

    It is occasionally necessary to find all the occurrences of a field name in a SQL Server database. This script will seacrh the database and return all the tables that contain a certain field name. select sysobjects.name from syscolumns left join sysobjects on sysobjects.id = syscolumns.id where syscolumns...
    Posted to SQL Server (T-SQL) (Weblog) by Steve Gray on 01-11-2007
Page 1 of 1 (1 items)