List all the columns in tables

For MS SQL Server:


select * from information_schema.columns where table_name = 'tableName'

Comments

Popular Posts

Non-blocking, semi-blocking, and blocking transforms in SSIS

Implement fuzzy grouping, fuzzy lookup with SSIS

Design and implement dimension tables