Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 select statement to check nullable

Author  Topic 

ararun
Starting Member

4 Posts

Posted - 2008-03-06 : 01:22:59
greetings

Sir i want to check and use the select statement to select which field have a nullable=false in a table

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-03-06 : 01:27:37
You can query INFORMATION_SCHEMA.COLUMNS for this data.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/
Go to Top of Page
   

- Advertisement -