For .NET, SQL, jQuery and other technical articles and useful code snippets.
SELECT name FROM sysobjects WHERE id IN (SELECT id FROM syscolumns WHERE name = '<colname>')
select table_name,column_name from information_schema.columns where column_name like '%xyz%'
Post a Comment
No comments:
Post a Comment