You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/* ���F�קK�����i���o���ƿ����D�A�z���ӥ��Բ��˵������O�X�A�M���~���b���Ʈw�]�p�u�����ҥH�~�����m�����C*/ BEGIN TRANSACTION SET QUOTED_IDENTIFIER ON SET ARITHABORT ON SET NUMERIC_ROUNDABORT OFF SET CONCAT_NULL_YIELDS_NULL ON SET ANSI_NULLS ON SET ANSI_PADDING ON SET ANSI_WARNINGS ON COMMIT BEGIN TRANSACTION GO ALTER TABLE dbo.OTB_SYS_ArgumentClass ADD CONSTRAINT DF_OTB_SYS_ArgumentClass_DelStatus DEFAULT 'N' FOR DelStatus GO ALTER TABLE dbo.OTB_SYS_ArgumentClass SET (LOCK_ESCALATION = TABLE) GO COMMIT
|