Hi all,
I am using SQL 2000 and was wondering what keywords must I use in the
ALTER TABLE directive to change the restriction on a table column from
NULLABLE to NOT NULLABLE or visa versa. ie. field is defined as Name
varchar(30) NOT NULL; and I would like to change it so that it now
allows NULLs. How can I achieve this withour dropping the column and
adding it again. I was told that with SQL 7 there was a MODIFY keyword
but this does not seem to work with SQL 2000 or maybe my SQL statement
is wrong. Any enlightenment greatly appreciated.
Dominqiue Louis
http://www.SavageSoftware.com.au/delphi/