Re: MSSqlServer table/field information

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux