Here is the script:
ALTER TABLE password
ADD COLUMN Domain varchar(50) NOT NULL
GO
Keep getting as a result:
Msg 156, Level 15, State 1, Line 2
Incorrect syntax near the keyword 'COLUMN'.
I've noticed that none of these work (ADD COLUMN, ALTER COLUMN) in SQL. What am I missing?
Thanks,
Jeff