Coding is fun...
"Programmers are a device for turning caffeine into code."
Pages
Blog Posts
Random readable
Tuesday, February 2, 2010
Getting list of Fields and associated information from a Table
ShareThis
Getting list of Fields and associated information from a Table (in SQL server) also called table schema:
select column_name,* from information_schema.columns
where table_name = 'TaxiMaster'
order by ordinal_position
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment