Re: query to list field data types

From: Vishal Parkar (REMOVE_THIS_vgparkar_at_yahoo.co.in)
Date: 04/20/04


Date: Tue, 20 Apr 2004 09:58:28 +0530


  hi david,

  you can make use of any of the following system stored procedures.

  sp_columns <table_name> --to find column definition
  sp_helpindex <table_name> --to find indexes
  sp_help <table_name> complete table definition including indexes,pks/fks
etc.

  --
  Vishal
  vgparkar@yahoo.co.in