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.
| Author |
Topic |
|
ararun
Starting Member
4 Posts |
Posted - 2008-03-06 : 01:22:59
|
| greetingsSir 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 KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
 |
|
|
|
|
|