List all the columns in tables

For MS SQL Server:


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

Comments

Popular Posts

Enable logging for package execution in SSIS

Implement slowly changing dimension with SSIS

Create an SSIS catalog