Viewing 2 posts - 1 through 2 (of 2 total)
like this??
ALTER TRIGGER [TrgInsertTblExpedition] ON [dbo].[T_StockGudang]
FOR INSERT
AS
declare @tes(20)
select @tes = tes from inserted
begin
EXECUTE AS LOGIN = 'sa'
insert into [10.1.0.13].gudang.dbo.TblExpedition (tes)
VALUES(@tes)
end
it's not work, fox..
August 26, 2010 at 1:30 am
#1212106
Mr. Lowell
i did, i have setting DTC on both server
-i have network DTC access checked
-allow remote client,administrator checked
-allow inbound checked
it's drive me crazy...
btw, thx for your idea,,
but i...
August 26, 2010 at 12:55 am
#1212094