Viewing 2 posts - 1 through 3 (of 3 total)
PaulB-TheOneAndOnly (8/4/2010)
sukrandere 74618 (8/4/2010)In this situation I want that the data is inserted to sql server but not inserted to oracle. Sql server side musn'teffected from like this errors.
sukrandere 74618 (8/4/2010)
effected from like this errors.
Shall we...
August 5, 2010 at 12:13 am
#1202523
Yes I tried your suggestion , Paul. But there is no change. My code is like this:
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
CREATE TRIGGER [dbo].[INSERT_BRAND]
ON [dbo].[BRANDS]
...
August 4, 2010 at 8:35 am
#1202118