Technical Archive
A technical library where you can find a fix for your bug...!!
Friday, September 11, 2009
Query to get the all field names of a table - sql
select A.name from sys.columns A join sys.tables B on A.object_id=b.object_id and B.name='tablename'
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment