List all the columns in tables

For MS SQL Server:


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

Comments

Popular Posts

Install Master Data Services (MDS)

Non-blocking, semi-blocking, and blocking transforms in SSIS

Design an appropriate storage solution, including hardware, disk, and file layout