Revision: 29922
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 5, 2010 05:36 by lance
Initial Code
--search for tables in a database named like select name as TableName from sysobjects where sysobjects.type = 'U' and Name LIKE '%ci%'
Initial URL
Initial Description
Initial Title
Find tables in database with specified text in name
Initial Tags
Initial Language
SQL