Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

Getting column name (See related posts)

// description of your code here

// insert code here..



I wants to get the number of column in a table and also every column name one by one both in sql and in T SQL.

Anybody help.

Comments on this post

roeland posts on Sep 19, 2007 at 18:22
What database do you use?
Most databases have some system tables with this information.

Better ask a question like this on a forum.

You need to create an account or log in to post comments to this site.


Related Posts