Modify Field Size: ALTER TABLE CPBLNEWS ALTER Column Title Varchar (500)
Trigger: When INSERT is data, Update This data crete trigger trig_notic_ui on notic for insert, update as update notic set memo = memo '' where id in (Select ID from inserted) Go