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

Design and implement ETL control flow elements, including containers, tasks, and precedence constraints

Implement fuzzy grouping, fuzzy lookup with SSIS