Get table details from SQL Server information schema

select * from information_schema.columns WHERE table_name = 'table_name'

Comments

Popular posts from this blog

Tibco Rendezvous (tibrv) C# .Net example

Parse XML to dynamic object in C#