SQL Server IS_NULLABLE
- by J Harley
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