Programmers heaven
Find table name, columns name in sql server
select TABLE_NAME, COLUMN_NAME
from INFORMATION_SCHEMA.COLUMNS
order by TABLE_NAME, ORDINAL_POSITION
Post a Comment
No comments:
Post a Comment