SQL Server 2005 用觸發器跟蹤表操做

--> 測試數據:[a] if object_id('[a]') is not null drop table [a] go create table [a]([ID] int,[品名] varchar(6),[入庫數量] int,[入庫時間] datetime)--入庫時間爲被跟蹤字段 insert [a] select 1,'礦泉水',100,'2013-01-02' union all s
相關文章
相關標籤/搜索