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

Use the Master Data Services Configuration Manager

Implement fuzzy grouping, fuzzy lookup with SSIS