A
Alan T
I want to modify a Yes/No field to NULL, I tried the following:
ALTER TABLE table1 ALTER COLUMN [Resigned] [Logical] NULL
but I got syntax error.
ALTER TABLE table1 ALTER COLUMN [Resigned] [Logical] NULL
but I got syntax error.