How do I do this?
The best way would be to use the INFORMATION_SCHEMA views and in this case the one that presents the columns definitions:
SELECT * FROM
INFORMATION_SCHEMA.COLUMNS
HTH, jens Suessmeyer.
http://www.sqlserver2005.de
|||Thanks very much for your help!
No comments:
Post a Comment