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 additive, semi-additive, and non-additive measures

Implement an ETL solution that supports incremental data extraction