2018-05-17
-- bh20180420 库手术预约表为旧的,重新建
drop table OperationReservation
select * into OperationReservation
from bh.dbo.OperationReservation
alter table OperationReservation add primary key(id)
张春平的个人博客
-- bh20180420 库手术预约表为旧的,重新建
drop table OperationReservation
select * into OperationReservation
from bh.dbo.OperationReservation
alter table OperationReservation add primary key(id)