retrieve table properties through query?
From: David Hepburn III (null_at_null.com)
Date: 04/19/04
- Next message: David Hepburn III: "Re: change subnet name on existing sql installation"
- Previous message: Yanik: "New SQL2K installation on Win2K3 - (asap !)"
- Next in thread: Keith Kratochvil: "Re: retrieve table properties through query?"
- Reply: Keith Kratochvil: "Re: retrieve table properties through query?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 19 Apr 2004 17:13:45 GMT
Can anyone tell me if there's a query command that will
return information about a table's properties, such as
field names, field data types, field lengths, index names,
etc?
For example, I'm looking for output that would show the
following, if we queried the Customers table in the MS
Northwind SQL DB:
CustomerID, nchar, 5, nulls=no
CompanyName, nvarchar, 40, nulls=no
ContactName, nvarchar, 30, nulls=yes
etc...
Thanks!!!
David
- Next message: David Hepburn III: "Re: change subnet name on existing sql installation"
- Previous message: Yanik: "New SQL2K installation on Win2K3 - (asap !)"
- Next in thread: Keith Kratochvil: "Re: retrieve table properties through query?"
- Reply: Keith Kratochvil: "Re: retrieve table properties through query?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|