/ Published in: SQL
Expand |
Embed | Plain Text
--search for tables in a database named like SELECT name AS TableName FROM sysobjects WHERE sysobjects.type = 'U' AND Name LIKE '%ci%'
You need to login to post a comment.
--search for tables in a database named like SELECT name AS TableName FROM sysobjects WHERE sysobjects.type = 'U' AND Name LIKE '%ci%'
You need to login to post a comment.