Posted by D. Wokan on 04/24/05 08:10
Chris Boget wrote:
>Is there a way to programatically get information about a
>specific table and/or field? And also any constraints that
>a field has?
>
>thnx,
>Chris
>
>
>
sp_help @objname='{tablename}'
This will actually return several recordsets which are probably
available individually in the other responses I've seen to this
message. I just wanted to make the list of options more complete.
[Back to original message]
|