Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Allow Null

Status
Not open for further replies.

castore

Programmer
Apr 1, 2005
18
IT
Is there any possibility (D7) to know if a field has been declared 'Allow Null' in table structure of MSSQL DB?

Thanks


 
You can run this query:

SELECT * FROM INFORMATION_SCHEMA.columns

there are a lot of info

Giovanni Caramia

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top