SQL Server IS_NULLABLE
Posted
by J Harley
on Stack Overflow
See other posts from Stack Overflow
or by J Harley
Published on 2010-06-08T08:03:37Z
Indexed on
2010/06/08
8:22 UTC
Read the original article
Hit count: 324
sql
|sql-server
Good Morning,
Just a quick question what this field actually means?
I am trying to create an export script which follows this standard:
lname varchar(30) **NOT NULL**,
So if last name is_nullable=yes then would I put NULL rather than NOT NULL at the *'d code.
Many Thanks, Joel
© Stack Overflow or respective owner