Aug 1, 2006 #1 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
Is there any possibility (D7) to know if a field has been declared 'Allow Null' in table structure of MSSQL DB? Thanks
Aug 4, 2006 #2 gcaramia Programmer Oct 30, 2003 185 IT You can run this query: SELECT * FROM INFORMATION_SCHEMA.columns there are a lot of info Giovanni Caramia Upvote 0 Downvote
You can run this query: SELECT * FROM INFORMATION_SCHEMA.columns there are a lot of info Giovanni Caramia