I am trying to alter a column within a table and set the default value to 0:
I am using SQL Server 2000
here is what I am using (it gives 'incorrect syntax near DEFAULT')
alter table chronology alter column oper_id numeric(10,0) set default 0 not null
I am using SQL Server 2000
here is what I am using (it gives 'incorrect syntax near DEFAULT')
alter table chronology alter column oper_id numeric(10,0) set default 0 not null