My statement to try and do this is:
ALTER TABLE clients ALTER COLUMN state VARCHAR(255) NULL
However, when I view the table after running that SQL statement the table is still not allowing null values. Please don't tell me I need to drop the column before allowing null values.
Thanks,
Ryan
> I have an (Access 2003) database
Do you realize this group is about SQL Server?
AMB
|||Nope I just thought it was about T-SQL I didn't see that it was a sub-group of SQL Server. Sorry.|||
No need to apologize.
There are differences between Access-SQL and T-SQL.
And of course, some Access applications use SQL Server for the backend (ADP Projects.) So at times, this would be the correct forumn. But for your particular question, one of the many Access forumns or NNTP groups 'might' be a better choice.
No comments:
Post a Comment