Results 1 to 2 of 2

Thread: How to access all attributes?

  1. #1
    Join Date
    Jan 2003
    Posts
    1

    Unhappy How to access all attributes?

    I want to access all attributes of a record in a table without knowing the name of those attributes,how can I do by using transact-sql?
    Thanks.

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Try 'sp_columns table_name'.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •