I'm having issues here.
use WRC_temp;
alter table dbo.WRC_Readers
alter column ReaderID varchar(50) not null
And I keep getting this error.
Msg 515, Level 16, State 2, Line 2
Cannot insert the value NULL into column 'ReaderID', table 'WRC_temp.dbo.WRC_Readers'; column does not allow nulls. UPDATE fails.
The statement has been terminated.
I can't seem to understand. If Anyone can help, I'd appreciate it. :)