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

Fix performance, connectivity, execution, and failed logic issues by using the debugger in SSIS

Determine auditing or lineage requirements