Find all the varchar() fields in sql server? -


is possible find varchar() columns in database?

i using sql server 2008 , list in sql server management console.

jd.

yep, should work:

select * information_schema.columns data_type = 'varchar' 

Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

Delphi Wmi Query on a Remote Machine -